jenkinsci / parallel-test-executor-plugin

Parallel test executor plugin
https://plugins.jenkins.io/parallel-test-executor/
50 stars 56 forks source link

Parallelizing tests run with Surefire and Failsafe plugins #33

Open wilkko opened 6 years ago

wilkko commented 6 years ago

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. 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?

imavroukakis commented 3 years ago

This is definitely a good feature to have, I'd also like to be able to exclude all Integration tests from the buckets.