Skip to content

Commit c9063d9

Browse files
committed
fix: output more details in logs on errors / failures
Signed-off-by: Chris Laprun <[email protected]>
1 parent dc5c922 commit c9063d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@
272272
</consoleOutputReporter>
273273
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
274274
<theme>UNICODE</theme>
275+
<printStacktraceOnError>true</printStacktraceOnError>
276+
<printStacktraceOnFailure>true</printStacktraceOnFailure>
277+
<printStdoutOnError>true</printStdoutOnError>
278+
<printStdoutOnFailure>true</printStdoutOnFailure>
279+
<printStdoutOnSuccess>false</printStdoutOnSuccess>
280+
<printStderrOnError>true</printStderrOnError>
281+
<printStderrOnFailure>true</printStderrOnFailure>
282+
<printStderrOnSuccess>false</printStderrOnSuccess>
275283
</statelessTestsetInfoReporter>
276284
</configuration>
277285
<dependencies>

0 commit comments

Comments
 (0)