Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 263 Bytes

java-cucumber-template

Basic Maven project consisting of Java 8 and Cucumber JVM 2.0.1

Running tests

To run tests use the following command:

mvn test

Cucumber options can be passed as a parameter, such as

mvn test -Dcucumber.options="--tags @smoke"