Skip to content

A trial project with cucumber for java (cuke4duke with maven). Based on a cuke4dude example.

License

Notifications You must be signed in to change notification settings

alexschwartz/trial-cucumber-cuke4duke-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuke4Duke Trial Project

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 .

History

This code is based on an example from Cuke4Duke.

License

MIT

Building

First of all, you need Maven installed.
Then you’ll need git

You can execute the Maven build as follows:

mvn integration-test

Initial Build

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.

About

A trial project with cucumber for java (cuke4duke with maven). Based on a cuke4dude example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages