Last active
November 24, 2016 04:12
-
-
Save krmahadevan/efc97c08e4ec785d7f197341834f7684 to your computer and use it in GitHub Desktop.
Sample xml created referring to https://raw.githubusercontent.com/apache/maven-surefire/master/maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<testsuite name="str1234" time="str1234" tests="str1234" errors="str1234" skipped="str1234" failures="str1234" group="str1234"> | |
<properties> | |
<property name="str1234" value="str1234" /> | |
</properties> | |
<testcase name="str1234" classname="str1234" group="str1234" time="str1234"> | |
<failure message="str1234" type="str1234" time="str1234">str1234</failure> | |
<rerunFailure message="str1234" type="str1234" time="str1234">str1234</rerunFailure> | |
<skipped message="str1234">str1234</skipped> | |
<error message="str1234" type="str1234">str1234</error> | |
<system-out /> | |
<system-err /> | |
</testcase> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment