-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Improve documentation on @Execution annotation usage for parallel test execution #4525
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 @Execution annotation usage for parallel test execution #4525
Conversation
Hi @marcphilipp 👋 Just wanted to kindly check in and see if you could review this PR when you have time. It adds a clear example for the Let me know if anything needs to be updated — happy to revise! Thanks again for your time and guidance. 🙏 |
Hi @marcphilipp 👋 I've addressed all requested changes:
Let me know if there's anything else to revise. |
Resolves #2669. --------- Co-authored-by: Marc Philipp <[email protected]>
@2897robo Thank you for you contribution! 👍 |
This PR improves the documentation for JUnit 5's parallel test execution.
@Execution
annotation withExecutionMode.CONCURRENT
.I hereby agree to the terms of the JUnit Contributor License Agreement.
Issue: #2669