This is a trial project using Cucumber with Java, using the Cuke4Duke project.
For more background, please take a look at Cuke4Duke project or the cool Cucumber book by David and Gojko: The Secret Ninja Cucumber Scrolls .
This code is based on an example from Cuke4Duke.
First of all, you need Maven installed.
Then you’ll need git
You can execute the Maven build as follows:
mvn integration-test
The first time you run Cucumber with Maven, you will have to specify one additional arguments so that JRuby downloads and installs the required gems. Run Maven as:
mvn integration-test -Dcucumber.installGems=true
You only need to do this once on any particular system.