Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 944 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 944 Bytes

work in progress

Gucumber with selenium web driver

An implementation of Gucumber with Selenium for GO. This repo are implementation of selenium web driver with Gucumber through simple example

Installing of clean Gucumber

$ go get github.com/gucumber/gucumber/cmd/gucumber

For more details on Gucumber install visit https://github.com/gucumber/gucumber

Installing of Gucumber with selenium

$ go get github.com/edibImamovic/Gucumber-with-selenium-example

or to celan Gucumber add example internal/features/googleSearch

Usage

  1. Create cucumber features in /features folder eg googleSearch
  2. Make sure that step_definitions are in same folder as your features
  3. Execute Selenium Server selenium-standalone start (https://www.seleniumhq.org/download/)
  4. Run gucumber.

Acknowledgements