/cucumber-java-belly

Small example of BDD using Cucumber for Java

Primary LanguageJava

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.