Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 366 Bytes

Cucumber-Java Belly

Simple Cucumber-JVM example based on the Cucumber Skeleton.

Run tests using Maven

From command line:

mvn test

This runs Cucumber features using Cucumber's JUnit runner. The @RunWith(Cucumber.class) annotation on the RunCukesTest class tells JUnit to kick off Cucumber.