Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 347 Bytes

java-cucumber-template

Basic Maven project consisting of Java 8 and Cucumber JVM 2.1.0

This example implements the PageFactory model with step definitions using lambdas

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"