jenkinsci / jenkinsci/parallel-test-executor-plugin
Parallelizing tests run with Surefire and Failsafe plugins
- Dominant language
- Java
- Stars
- 54
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
In our Maven pom and the build pipeline, we have separated fast unit tests from slow integration tests into separate suites (based on filename inclusion and exclusion patterns) as described [here](https://www.petrikainulainen.net/programming/maven/integration-testing-with-maven/). Unit tests are run with the Surefire plugin and integration tests are run with the Failsafe plugin.
I cannot seem to be able to configure parallel-test-executor-plugin to only read Surefire or Failsafe tests results. Therefore parallel-test-executor-plugin tells Maven to run a mix of unit and integration tests.
Any thoughts?
Contributor guide
Assessment
This issue has not been assessed yet.