A small example on how to use cucumber & selenium in java
Java Gherkin
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/test
.gitignore
LICENSE
README.md
pom.xml

README.md

cucumber-java-example

A small example on how to use cucumber & selenium in java. This should be seen as a small example only and should not be used for any larger framework as the tests might scale quite badly.

Usage

You can run the tests by either executing mvn test or running the specified feature file.