/browsersteps

Browser automation for Golang using Selenium and Cucumber

Primary LanguageGoApache License 2.0Apache-2.0

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