mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
15 lines
560 B
XML
15 lines
560 B
XML
<testsuites tests="2">
|
|
<testsuite name="package/pass" tests="2" failures="0" errors="0" id="0" hostname="hostname" time="0.160" timestamp="2022-01-01T00:00:00Z">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase name="TestPass" classname="package/pass" time="0.060"></testcase>
|
|
<testcase name="TestPassLog" classname="package/pass" time="0.100">
|
|
<system-out><![CDATA[ pass_test.go:9: log line
|
|
pass_test.go:10: log
|
|
multi
|
|
line]]></system-out>
|
|
</testcase>
|
|
</testsuite>
|
|
</testsuites>
|