Skip to content

Commit 7549f35

Browse files
committed
feat(tests): output more information on test failures
1 parent a794044 commit 7549f35

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,17 @@
183183
<consoleOutputReporter>
184184
<disable>true</disable>
185185
</consoleOutputReporter>
186-
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
186+
<statelessTestsetInfoReporter
187+
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
187188
<theme>UNICODE</theme>
189+
<printStacktraceOnError>true</printStacktraceOnError>
190+
<printStacktraceOnFailure>true</printStacktraceOnFailure>
191+
<printStdoutOnError>true</printStdoutOnError>
192+
<printStdoutOnFailure>true</printStdoutOnFailure>
193+
<printStdoutOnSuccess>false</printStdoutOnSuccess>
194+
<printStderrOnError>true</printStderrOnError>
195+
<printStderrOnFailure>true</printStderrOnFailure>
196+
<printStderrOnSuccess>false</printStderrOnSuccess>
188197
</statelessTestsetInfoReporter>
189198
<systemPropertyVariables>
190199
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

0 commit comments

Comments
 (0)