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