-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve documentation on Parallel Test Execution in JUnit Vintage engine #4321
Comments
hello @marcphilipp - can i work on this issue? |
@etrandafir93 Sure! Before you start, let's clarify a few things, though.
I think the current description list is more readable, especially on small screens, than the table we have for Jupiter's parallel configuration. @YongGoose Do you think anything is missing from it or what did you have in mind? |
I didn’t consider small screens.
Now, I don’t think this task is necessary. |
@etrandafir93 If you're still interested, feel free to go ahead and start working on the remaining "deliverable" in the issue description. 🙂 |
@marcphilipp - sounds good, I'll start looking into it and keep you posted 👍 |
hello @marcphilipp, @YongGoose - I have added some simple examples with the possible config combinations. |
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
andmethod
levels independently.This can lead to various execution scenarios, and it is important to clearly inform users about these possibilities.
Deliverables
Add table of relevant configuration parameters (This PR should be helpful)Related Documents
The text was updated successfully, but these errors were encountered: