edibImamovic/GOpom
GOpom are Page object model based on llonchj/browsersteps
go get github.com/edibImamovic/GOpom
- Create cucumber features in
/features
folder. - Use this repository
GOpom/GOpom_test.go
file asmain_test.go
in your project. - Execute Selenium Server
selenium-standalone start
(https://www.seleniumhq.org/download/) - Run
godog
orgo test
.
- tebeka/selenium project for Selenium client for Golang.
- DATA-DOG/godog project for Cucumber implementation for Golang.
- llonchj/browsersteps Browser automation for Golang using Selenium and Cucumber