nightwatch-html-reporter
Version:
Generates an HTML view of the Nightwatch.js test reports by either parsing the XML files generated by Nightwatch or by using the Nightwatch reporter options.
72 lines (39 loc) • 1.77 kB
text/xml
<testsuites name="GoogleTest"
errors="1"
failures="1"
tests="5">
<testsuite errors="0" failures="0" hostname="" id=""
name="step one" package="GoogleTest" skipped="0"
tests="2" time="" timestamp="">
<testcase name="Element <body> was visible after 54 milliseconds.">
</testcase>
<testcase name="Element <button[name=btnG]> was visible after 83 milliseconds.">
</testcase>
<system-err>
Unable to locate element: "#main" using: css selector
</system-err>
</testsuite>
<testsuite errors="0" failures="0" hostname="" id=""
name="step two" package="GoogleTest" skipped="0"
tests="1" time="" timestamp="">
<testcase name="Testing if element <#main> contains text: "The Night Watch".">
</testcase>
<system-err>
Unable to locate element: "#main" using: css selector
</system-err>
</testsuite>
<testsuite errors="1" failures="1" hostname="" id=""
name="step three" package="GoogleTest" skipped="1"
tests="2" time="" timestamp="">
<testcase name="Testing if element <#main> contains text: "The Night Watch JLS". Element could not be located.">
<failure message="Expected "The Night Watch JLS" but got: "null""></failure>
<system-out>
[[ATTACHMENT|/Users/james/Projects/one/tests/nightwatch/screenshots/ERROR_Mon-Dec-15-2014-110822-GMT-0500.png]]
</system-out>
</testcase>
<system-err>
Unable to locate element: "#main" using: css selector
</system-err>
</testsuite>
</testsuites>