Skip to content

Parallelizing tests run with Surefire and Failsafe plugins #33

Description

@wilkko

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions