Runs & artifacts
A run executes a feature's generated tests in an isolated cloud sandbox and leaves behind a results digest and downloadable artifacts.
Run lifecycle
Status
Meaning
The results digest
{
"runId": 214,
"status": "passed",
"featureName": "Login Functionality",
"config": "Default",
"summary": { "total": 3, "passed": 3, "failed": 0, "other": 0 },
"tests": [
{ "name": "Valid user signs in", "status": "passed", "durationMs": 4210, "error": null }
],
"artifacts": [
{ "kind": "trace", "path": "trace/login.zip", "size": 482133 }
]
}Artifacts
Configurations
Last updated
Was this helpful?
