Skip to content

Instantly share code, notes, and snippets.

@hanselLastima
Created January 6, 2021 06:23
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 hanselLastima/91da5ea8bce4367de076c6be34ccbb43 to your computer and use it in GitHub Desktop.
Save hanselLastima/91da5ea8bce4367de076c6be34ccbb43 to your computer and use it in GitHub Desktop.
{
"id": "string",
"platform": "None",
"executionStart": "2021-01-06T06:17:23.736Z",
"executionEnd": "2021-01-06T06:17:23.736Z",
"resultType": "None",
"passRatio": 0,
"agentName": "string",
"agentId": "string",
"message": "string",
"testId": "string",
"testName": "string",
"targetName": "string",
"passedSteps": 0,
"failedSteps": 0,
"skippedSteps": 0,
"failures": [
{
"step": 0,
"message": "string",
"screenshot": "string"
}
],
"reportUrl": "string",
"stepsResult" : [
// all steps result (e.g: passed, inputs, outputs, message, screenshots)
{
// step 1 result
},
{
// step 2 result
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment