Struggling with a multi module project, I created a complete simple demo project showing unit, integration, cucumber tests. The test coverage is shown via Jacoco.
You can see in module3 Cucumber tests.
- Multi module project
- Unit test (via mvn clean install)
- Integration test (via mvn clean install -P integration-test)
- **Cucumber tests** (via mvn clean install) - to demo unit/it-testing
- **Jacoco** - test coverage ( both aggregate datafile and aggregate reporting)
- FindBugs - code quality
Enjoy the [sipmle demo project][1].
[1]: https://github.com/johan974/maven-multi-module-unittest-integrationtest-jacoco.git
After struggling with a multi module project, I created a complete simple demo project showing unit, integration, cucumber tests. The test coverage is shown via Jacoco.
You can see in module3 Cucumber tests.
- Multi module project
- Unit test (via mvn clean install)
- Integration test (via mvn clean install -P integration-test)
- **Cucumber tests** (via mvn clean install) - to demo unit/it-testing
- Jacoco - test coverage ( both aggregate datafile and aggregate reporting)
- FindBugs - code quality
Enjoy the [sipmle demo project][1].
[1]: https://github.com/johan974/maven-multi-module-unittest-integrationtest-jacoco.git