Get one run
squally-get-runRetrieve a run's detailed per-test results across all shards to identify which test is red or failing.
Instructions
One run with its per-test result rows, across every shard. Use this to find out which test is red in a run; the run list carries only the counters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | A run id from GET /projects/{projectId}/runs - or any shard's id of a sharded run. | |
| projectId | Yes | A project id from GET /projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | ||
| tests | Yes | ||
| counts | Yes | ||
| project | Yes |