Github user surli commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/143#discussion_r138015510 --- Diff: surefire-report-parser/src/main/java/org/apache/maven/plugins/surefire/report/ReportTestCase.java --- @@ -156,6 +158,15 @@ public boolean hasFailure() return hasFailure; } + public boolean isError() { --- End diff -- > You are not calling the getter in SurefireReportGenerator I just committed something in that direction but not sure about the modification of the ID in the generated report...
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org