Endpoints to run tests and retrieve their results.
POST
/test-runs
Create and run of a test suite
-
suite
GET
/test-runs/{id}/status
Retrieve the status of a given test run
/test-runs/{id}/results
Retrieve the restuls of a given test run
/test-runs/{id}/run
Re-run a given test suite
/test-runs/{id}/debug
Debug a test withing a test run
/test-runs/{id}/stop
Stop an active test run
DELETE
/test-runs/{id}
Delete a test run
Last updated 1 year ago