Categorygithub.com/llonchj/browsersteps
repositorypackage
0.0.0-20170802195758-c7e8555a502a
Repository: https://github.com/llonchj/browsersteps.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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