Testing
Endpoints to run tests and retrieve their results.
Method
Path
Description
Parameters
Payload
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
-
-
Last updated