Skip to content
Snippets Groups Projects
report2.xml 447 B
Newer Older
Whitney Armstrong's avatar
Whitney Armstrong committed
<testsuite tests="3">
    <testcase time="1.00" classname="bar1" name="ASuccessfulTest2"/>
    <testcase time="2.00" classname="bar2" name="AnotherSuccessfulTest2">
      <!--
      <system-out>[[ATTACHMENT|/absolute/path/to/some/file]]</system-out>
      -->
    </testcase>
    <testcase time="3.00" classname="bar3" name="AFailingTest2">
        <failure type="NotEnoughFoo"> MORE details about failure </failure>
    </testcase>
</testsuite>