Skip to content

Instantly share code, notes, and snippets.

@zwilias
Created January 2, 2017 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwilias/fe49c92d5034d7820096d2480df4546e to your computer and use it in GitHub Desktop.
Save zwilias/fe49c92d5034d7820096d2480df4546e to your computer and use it in GitHub Desktop.
{
"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