Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelizing tests run with Surefire and Failsafe plugins #33

Open
wilkko opened this issue Jan 2, 2018 · 1 comment
Open

Parallelizing tests run with Surefire and Failsafe plugins #33

wilkko opened this issue Jan 2, 2018 · 1 comment

Comments

@wilkko
Copy link

wilkko commented Jan 2, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants