cURL
curl --request GET \ --url https://api.stably.ai/v1/testSuiteRun/{testSuiteRunId}/result \ --header 'authorization: <api-key>'
{ "projectId": "<string>", "testSuiteRunId": "<string>", "testSuiteName": "<string>", "results": [ { "runId": "<string>", "testId": "<string>", "testName": "<string>", "status": "PASSED" } ] }
Get the result of a test suite run
Test suite run id
Default Response
Test suite results
Id of the project that contains the test suite
Id of the suite run
Name of the test suite
Show child attributes
Id of the test run
Id of the test that was run by the test suite
Name of the test that was run by the test suite
Status of the test run
PASSED
FAILED
RUNNING
ERROR
FLAKY
CANCELLED
SKIPPED
QUEUED
RETRYING
Was this page helpful?