mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
10 lines
365 B
XML
10 lines
365 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites tests="1">
|
|
<testsuite tests="1" failures="0" time="0.000" name="package/one" hostname="hostname" timestamp="2022-01-01T00:00:00Z">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase classname="one" name="TestOne" time="0.000"></testcase>
|
|
</testsuite>
|
|
</testsuites>
|