Get merged stderr and stdout output of junit tests when run from maven (surefire)

658 views Asked by At

The surefire test plugin collects and reports the standard output and standard error separately in the report xml. This is quite confusing because usually both make sense when merged.

Is there a setting that enables surefire to generate the report with the stderr and stdout merged?

0

There are 0 answers