You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, so I tried to parse a junit report with the junitparser and encountered an error while doing this. The "new" reports are missing the "message" key in the XML.
This is what the error says:
Caused by: java.lang.RuntimeException: "message" not found in "<failure type="org.opentest4j.AssertionFailedError"><![CDATA[org.opentest4j.AssertionFailedError: expected: <onefive> but was: <onetwo> at de.tobiasmichael.me.MyTest.testConcatenate4(MyTest.java:35) ]]></failure>"
at se.bjurr.violations.lib.util.ViolationParserUtils.getAttribute(ViolationParserUtils.java:81)
at se.bjurr.violations.lib.parsers.JUnitParser.parseReportOutput(JUnitParser.java:31)
Hey guys, so I tried to parse a junit report with the junitparser and encountered an error while doing this. The "new" reports are missing the "message" key in the XML.
This is what the error says:
This is the report:
report.zip
I'm using JUnit Jupiter version 5.6.2.
If you need more information just tell me.
The text was updated successfully, but these errors were encountered: