Skip to content

Commit

Permalink
Update user-guide
Browse files Browse the repository at this point in the history
Issue: #4238
  • Loading branch information
YongGoose committed Feb 10, 2025
1 parent 9f6670e commit 21e8cd1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ concurrent test execution. It can be enabled and configured using the following

Example configuration in `junit-platform.properties`:

With these properties set, the `VintageTestEngine` will execute tests in parallel,
potentially significantly reducing the overall test suite execution time.

[source,properties]
----
junit.vintage.execution.parallel.enabled=true
Expand All @@ -71,6 +68,9 @@ junit.vintage.execution.parallel.methods=true
junit.vintage.execution.parallel.pool-size=4
----

With these properties set, the `VintageTestEngine` will execute tests in parallel,
potentially significantly reducing the overall test suite execution time.

[[migrating-from-junit4-tips]]
=== Migration Tips

Expand Down

0 comments on commit 21e8cd1

Please sign in to comment.