Created
January 2, 2017 18:10
-
-
Save zwilias/fe49c92d5034d7820096d2480df4546e to your computer and use it in GitHub Desktop.
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
{ | |
"testStarted": { | |
"name": "My test suite", | |
"id": "8f22cce8-c281-456e-a2ef-54a863a0ccdd" | |
} | |
} | |
{ | |
"testStarted": { | |
"name": "My test", | |
"parentId": "8f22cce8-c281-456e-a2ef-54a863a0ccdd", | |
"id": "d0a2ea3d-a877-40ba-bc60-eff79545d77e" | |
} | |
} | |
{ | |
"testResult": { | |
"id": "d0a2ea3d-a877-40ba-bc60-eff79545d77e", | |
"status": "PASSED", | |
"duration": 120 | |
} | |
} | |
{ | |
"testResult": { | |
"id": "8f22cce8-c281-456e-a2ef-54a863a0ccdd", | |
"duration": 123, | |
"status": "PASSED" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment