fabriciorby/maven-surefire-junit5-tree-reporter

printStdout and printStderr must ignore empty output

JayDi85 opened this issue · 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