Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 457 Bytes

Please read CONTRIBUTING first. You should clone the cucumber/cucumber repo if you want to contribute.

Run tests

Using make

Just run make from this directory.

Using just Maven

Just run mvn clean test from this directory.

Keep in mind that this will only run unit tests. The acceptance tests are only run when you build with make.