Skip to content

Commit

Permalink
Document Vintage parallel execution support
Browse files Browse the repository at this point in the history
This updates the user guide and release notes with details on concurrent
test execution.

Issue: junit-team#2229
  • Loading branch information
l0s committed Oct 18, 2020
1 parent f8064e7 commit 28c96e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ on GitHub.

==== New Features and Improvements

* Tests can now be run in parallel by setting the appropriate `junit.jupiter.execution.parallel`
parameters. This is compatible with the Maven Surefire and Failsafe plugins.
* ❓
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ developers have plenty of time to migrate to JUnit Jupiter on their own schedule

Just make sure that the `junit-vintage-engine` artifact is in your test runtime path. In
that case JUnit 3 and JUnit 4 tests will automatically be picked up by the JUnit Platform
launcher.
launcher. Limited parallel execution is supported by setting the
`junit.jupiter.execution.parallel.enabled` configuration parameter to `true`. In addition, the
JUnit concurrency settings in `junit.jupiter.execution.parallel.config.*` are also supported.

See the example projects in the {junit5-samples-repo}[`junit5-samples`] repository to
find out how this is done with Gradle and Maven.
Expand Down

0 comments on commit 28c96e7

Please sign in to comment.