Run test
POST/v1/test-runs
This endpoint allows you to enqueue a test for execution by specifying either the test name or test ID, along with optional variables and gateway name.
It returns a unique identifier for the test run. You can use this identifier to track the status and results of the test run.
When both test name and test ID are provided, the test ID takes precedence.
Request
Responses
- 202
- 400
- 401
- 403
- 500
- 507
Test run enqueued
Test not found or invalid input
Unauthorized
Forbidden
Server Error
Queue size limit reached. Cannot enqueue more tests