You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An informative message about the test run. Typically additional information about failure, but not necessarily.",
"type": "string"
},
"success": {
"description": "A test run is successful if all steps are either passed or skipped, all before/after hooks passed and no other exceptions where thrown.",
"type": "boolean"
},
"timestamp": {
"$ref": "./Timestamp.json",
"description": "Timestamp when the TestRun is finished"
},
"exception": {
"$ref": "./Exception.json",
"description": "Any exception thrown during the test run, if any. Does not include exceptions thrown while executing steps."