maven-surefire-junit5-tree-reporter
maven-surefire-junit5-tree-reporter copied to clipboard
printStdout and printStderr must ignore empty output
If you enable success logs by:
<printStdoutOnSuccess>true</printStdoutOnSuccess>
<printStderrOnSuccess>true</printStderrOnSuccess>
It will show empty logs, but it must be ignored (show only test name):