Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Contributing

aslakhellesoy edited this page Sep 13, 2010 · 10 revisions

The rules for contributing are the same as for Cucumber.

Building everything

You need maven. After you have checked out the latest code, run the following from the root folder:

mvn clean install -P examples -Dcucumber.installGems=true

That should build all the code and run all tests and examples. Please note that this will use the cucumber gem declared in the POMs (see examples/*/pom.xml

If you want to run against a source version of cucumber instead of gem, do this instead:

mvn clean install -P examples -Dcucumber.bin=/full/path/to/cucumber/bin/cucumber
Clone this wiki locally