Name | In | Required | Type | Description |
---|---|---|---|---|
testSuiteId |
path | Required | [string] |
The unique identifier of the test suite. |
environmentId |
path | Required | [string] |
The unique identifier of the environment. |
testId |
path | Required | [string] |
The unique identifier of the test to run. |
/run-test-suite/{testSuiteId}/environment/{environmentId}/test/{testId}
POST
<baseUrl>/run-test-suite/{testSuiteId}/environment/{environmentId}/test/{testId}
POST Run Single Test in Test Suite
Run a single test case (testId) within a test suite (testSuiteId) against a specific environment (environmentId).
Parameters
Responses
200
Single test run successfully. Returns the test result.
Security
-
apiKeyAuth [apiKey]
API Key authentication. Use the X-API-KEY header (generated from the Vaktum portal) to authenticate directly to a workspace.In: headerName: X-API-KEY
-
bearerAuth [http]
OAuth2 authentication. Use the Authorization header with a Bearer token. Also provide X-WORKSPACE-ID header for workspace context.Scheme: bearerBearer Format: JWT