Skip to content
Dustin Hershman edited this page Sep 4, 2018 · 2 revisions

Output

The output is pretty straight forward and will look a little like this:

<testsuites>
  <testsuite skipped="false" tests="3" failures="0" errors="0" name="example tests">
    <testcase name="#1 Results should return val"/>
    <testcase name="#2 results should return newVal"/>
    <testcase name="#3 should not change param should return sameVal"/>
  </testsuite>
</testsuites>

Clone this wiki locally