<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
 <testsuite name="Some base suite" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0.003" errors="0" tests="0" skipped="0" disabled="0" failures="0">
 </testsuite>
 <testsuite name="Some base suite.Basic Suite" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0.003" errors="0" tests="2" skipped="0" disabled="0" failures="1">
  <testcase classname="Some base suite.Basic Suite" name="Some base suite Basic Suite Should pass a basic truthiness test." time="0.002" />
  <testcase classname="Some base suite.Basic Suite" name="Some base suite Basic Suite Should fail when it hits an inequal statement." time="0.001">
   <failure type="toEqual" message="Expected 2 to equal 3."><![CDATA[stack@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1577:37
buildExpectationResult@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1547:19
expectationResultFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:638:40
addExpectationResult@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:330:58
addExpectationResult@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:588:41
file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1501:32
file:///Users/ben/code/jasmine-reporters/examples/junit_xml_reporter.html:30:40
attemptSync@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1886:28
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1874:20
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1859:13
queueRunnerFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:697:42
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:359:28
fn@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:2479:44
attemptAsync@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1916:28
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1871:21
file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1898:19
file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1842:11
complete@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:371:19
clearStack@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:660:11
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1881:22
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1859:13
queueRunnerFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:697:42
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:359:28
fn@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:2479:44
attemptAsync@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1916:28
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1871:21
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1859:13
queueRunnerFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:697:42
fn@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:2464:31
attemptAsync@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1916:28
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1871:21
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1859:13
queueRunnerFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:697:42
fn@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:2464:31
attemptAsync@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1916:28
run@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1871:21
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:1859:13
queueRunnerFactory@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:697:42
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:2326:25
execute@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/jasmine.js:757:24
onload@file:///Users/ben/code/jasmine-reporters/lib/jasmine-core/lib/jasmine-core/boot.js:141:16]]>
   </failure>
  </testcase>
 </testsuite>
 <testsuite name="Some base suite.A skipped suite" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0" errors="0" tests="2" skipped="2" disabled="0" failures="0">
  <testcase classname="Some base suite.A skipped suite" name="Some base suite A skipped suite Should not be reported." time="0">
   <skipped />
  </testcase>
  <testcase classname="Some base suite.A skipped suite" name="Some base suite A skipped suite Should still add to the skipped count" time="0">
   <skipped />
  </testcase>
 </testsuite>
 <testsuite name="Some base suite.A suite with a skipped suite" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0" errors="0" tests="0" skipped="0" disabled="0" failures="0">
 </testsuite>
 <testsuite name="Some base suite.A suite with a skipped suite.A suite with a skipped test" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0" errors="0" tests="2" skipped="1" disabled="0" failures="0">
  <testcase classname="Some base suite.A suite with a skipped suite.A suite with a skipped test" name="Some base suite A suite with a skipped suite A suite with a skipped test Should be executed but skipped." time="0">
   <skipped message="Temporarily disabled with xit" />
  </testcase>
  <testcase classname="Some base suite.A suite with a skipped suite.A suite with a skipped test" name="Some base suite A suite with a skipped suite A suite with a skipped test Should not be skipped." time="0" />
 </testsuite>
 <testsuite name="Some base suite.A suite with a skipped suite.A nested skipped suite" timestamp="2016-06-17T23:41:34" hostname="localhost" time="0" errors="0" tests="2" skipped="2" disabled="0" failures="0">
  <testcase classname="Some base suite.A suite with a skipped suite.A nested skipped suite" name="Some base suite A suite with a skipped suite A nested skipped suite Should not be reported." time="0">
   <skipped />
  </testcase>
  <testcase classname="Some base suite.A suite with a skipped suite.A nested skipped suite" name="Some base suite A suite with a skipped suite A nested skipped suite Should still add to the skipped count" time="0">
   <skipped />
  </testcase>
 </testsuite>
</testsuites>