mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
This is a basic JUnit-style XML example to highlight the basis structure.
|
|
|
|
Example by Testmo. Copyright 2023 Testmo GmbH. All rights reserved.
|
|
Testmo test management software - https://www.testmo.com/
|
|
-->
|
|
<testsuites time="15.682687">
|
|
<testsuite name="Tests.Registration" time="6.605871">
|
|
<testcase name="testCase1" classname="Tests.Registration" time="2.113871" />
|
|
<testcase name="testCase2" classname="Tests.Registration" time="1.051" />
|
|
<testcase name="testCase3" classname="Tests.Registration" time="3.441" />
|
|
</testsuite>
|
|
<testsuite name="Tests.Authentication" time="9.076816">
|
|
<!-- Java JUni4 XML files does not nest <testsuite> elements -->
|
|
<!--
|
|
<testsuite name="Tests.Authentication.Login" time="4.356">
|
|
<testcase name="testCase4" classname="Tests.Authentication.Login" time="2.244" />
|
|
<testcase name="testCase5" classname="Tests.Authentication.Login" time="0.781" />
|
|
<testcase name="testCase6" classname="Tests.Authentication.Login" time="1.331" />
|
|
</testsuite>
|
|
-->
|
|
<testcase name="testCase7" classname="Tests.Authentication" time="2.508" />
|
|
<testcase name="testCase8" classname="Tests.Authentication" time="1.230816" />
|
|
<testcase name="testCase9" classname="Tests.Authentication" time="0.982">
|
|
<failure message="Assertion error message" type="AssertionError">
|
|
<!-- Call stack printed here -->
|
|
</failure>
|
|
</testcase>
|
|
</testsuite>
|
|
</testsuites>
|