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.

Clone this wiki locally