Run test cases
Triggers the execution of test cases in a customer workspace. This endpoint supports running test cases in different scopes, including all test cases in a manifest, project, or folder, all test cases for a specific recipe, or a set of specified test cases.
This endpoint is asynchronous, meaning test case execution occurs in the background.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. Example: EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
manifest_id
Run test cases for all recipes in the specified export manifest.
project_id
Run test cases for all recipes in the specified project. Use the List Projects endpoint to retrieve project IDs.
folder_id
Run test cases for all recipes in the specified folder. Use the List Folders endpoint to retrieve folder IDs.
recipe_id
Run all test cases for the specified recipe. Use the List Recipes endpoint to retrieve recipe IDs.
test_case_ids
Run specific test cases by unique IDs.
Response
Accepted - Test case execution has been initiated asynchronously.
request_id
Unique identifier for the test case execution request.
status
Current status of the test case execution request.