An implementation of Gucumber with Selenium for GO. This repo are implementation of selenium web driver with Gucumber through simple example
$ go get github.com/gucumber/gucumber/cmd/gucumber
For more details on Gucumber install visit https://github.com/gucumber/gucumber
$ go get github.com/edibImamovic/Gucumber-with-selenium-example
or to celan Gucumber add example internal/features/googleSearch
Usage
- Create cucumber features in
/features
folder eg googleSearch - Make sure that
step_definitions
are in same folder as your features - Execute Selenium Server
selenium-standalone start
(https://www.seleniumhq.org/download/) - Run
gucumber
.
- tebeka/selenium project for Selenium client for Golang.