Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 906 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 906 Bytes

BrowserSteps

Build Status

This package provides Cucumber steps for Browser automation.

Installation

go get github.com/llonchj/browsersteps

Usage

  1. Create cucumber features in your project's /features folder.
  2. Use this repository example/example_tests.go file as main_test.go in your project.
  3. Execute Selenium Server.
  4. Run godog or go test.

Acknowledgements