@microfocus/alm-octane-test-result-convertion
Version:
A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.
21 lines (20 loc) • 1.04 kB
text/xml
<testsuite errors="0" failures="1" name="com.howtodoinjava.junit5.examples.xmlReport.HelloTest"
skipped="0" tests="2" time="0.076" version="3.0">
<properties>
<property name="java.specification.version" value="17" />
<property name="sun.cpu.isalist" value="amd64" />
<property name="sun.jnu.encoding" value="Cp1252" />
<property name="java.class.path" value="..." />
<property name="java.vm.vendor" value="Oracle Corporation" />
</properties>
<testcase classname="com.howtodoinjava.junit5.examples.xmlReport.HelloTest" name="testOne"
time="0.04" />
<testcase classname="com.howtodoinjava.junit5.examples.xmlReport.HelloTest" name="testTwo"
time="0.008">
<failure message="expected: <true> but was: <false>"
type="org.opentest4j.AssertionFailedError">
<![CDATA[org.opentest4j.AssertionFailedError: expected: <true>but was: <false>at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)...]]>
</failure>
</testcase>
</testsuite>