Closed
Description
The current JUnit user guide provides an explanation of test configuration for parallel execution in the JUnit Vintage engine.
However, I believe it should be clearer and more detailed.
In JUnit Vintage, users can configure parallel execution at both the class
and method
levels independently.
This can lead to various execution scenarios, and it is important to clearly inform users about these possibilities.
Since I implemented this myself, feel free to reach out to me if you have any questions while working on this issue.
Deliverables
-
Add table of relevant configuration parameters (This PR should be helpful) - Provide clear examples of parallel execution scenarios for both class and method levels