Created
November 6, 2018 15:28
-
-
Save rms1000watt/ae34bd26484e83e6bbd073369c6e354b to your computer and use it in GitHub Desktop.
Junit Test Results example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <testsuites duration="0.705"> | |
| <testsuite failures="0" name="Suite 1" package="tests/suites/casper/agent" tests="3" time="0.256"> | |
| <testcase classname="tests/suites/casper/agent" name="Default user agent matches /CasperJS/" time="0.103"/> | |
| <testcase classname="tests/suites/casper/agent" name="Default user agent matches /plop/" time="0.146"/> | |
| <testcase classname="tests/suites/casper/agent" name="Default user agent matches /plop/" time="0.007"/> | |
| </testsuite> | |
| <testsuite failures="0" name="Suite 2" package="tests/suites/casper/alert" tests="1" time="0.449"> | |
| <testcase classname="tests/suites/casper/alert" name="alert event has been intercepted" time="0.449"/> | |
| </testsuite> | |
| </testsuites> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment