olamy opened a new issue, #3242: URL: https://github.com/apache/maven-surefire/issues/3242
### Affected version junit 5+ ### Bug description When configuring parallel tests with Junit5+, the console output can be mixed (attached to the wrong test) in the XML report. Parallel test uses System.out/err of the forked jvm to write content, and there is no way to know which test has emitted the output. First solution could be to capture the output with the stacktrace, which will contain the class name of the running tests (but this will not fix the output of Threads started by the test itself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
