maven-surefire-junit5-tree-reporter icon indicating copy to clipboard operation
maven-surefire-junit5-tree-reporter copied to clipboard

printStdout and printStderr must ignore empty output

Open JayDi85 opened this issue 1 year ago • 0 comments

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):

shot_231018_032216

JayDi85 avatar Oct 17 '23 23:10 JayDi85