-
Notifications
You must be signed in to change notification settings - Fork 5
Output
Dustin Hershman edited this page Sep 4, 2018
·
2 revisions
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>