Test project to simulate the behavior of Cluecumber - a Maven plugin that generates test reports from Cucumber JSON files.
This test project always uses the latest Cluecumber version.
The whole plugin configuration is managed via the pom.xml file in this test project.
To run the project you need to have at least Java 8 and Maven 3.3.9 installed on your system.
Just run the Maven command mvn clean verify
to see the runner and feature generation of Cluecumber in action.
The example Cucumber JSON files are located in the project's json
directory. These are based on the https://github.com/aslakhellesoy/cucumber-json-formatter project.
The report is generated inside the target/cluecumber-report
directory.