Skip to content

Instantly share code, notes, and snippets.

@BIGjuevos
Created March 25, 2016 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BIGjuevos/357986b1ed7469d36b20 to your computer and use it in GitHub Desktop.
Save BIGjuevos/357986b1ed7469d36b20 to your computer and use it in GitHub Desktop.
refs #824 n1k0 casperjs
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE casperjs PUBLIC "-//CasperJS//XUnit Test Results" "testsuites">
<testsuites time="0">
<testsuite name="foo" tests="1" failures="1" errors="1" time="0" timestamp="2016-03-25T23:42:34.309Z" package="foo">
<testcase name="foo bar baz" classname="foo" time="0">
<failure type="footype">
<![CDATA[<b>foo</b><i>bar</i> and <a href=''>baz</a>]]>
</failure>
</testcase>
<error type="foo">
<![CDATA[<b>foo</b><i>bar</i> and <a href=''>baz</a>]]>
</error>
<system-out>
<![CDATA[<b>some warning markup</b>]]>
</system-out>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment