still experimental and under development - may change without any notice
Usage:
- have a valid Maven 3 install
- download the repo
- Project Lombok needs to be intergated with your IDE tio enable debugging. Instructions here: Project Lombok installation instructions
Running full test suite (from command line)
In project root folder (where the pom.xml
file is) run mvn test
.
Running a single scenario (from IDE)
- Find the scenario you want to run in the
*.feature
files. - Annotate the scenario with
@wip
. - Run the
FunctionalDev
.
Running a group of scenarios (from IDE)
Each feature file has one or more tags (first line of the file).
To run a group of all scenarios with a particular tag, create a new jUnit runner and add tag name in tags
parameter of @CucumberOptions
.