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_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. Example: EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
manifest_idintegerOptional
Run test cases for all recipes in the specified export manifest.
project_idintegerOptional
Run test cases for all recipes in the specified project. Use the List Projects endpoint to retrieve project IDs.
folder_idintegerOptional
Run test cases for all recipes in the specified folder. Use the List Folders endpoint to retrieve folder IDs.
recipe_idintegerOptional
Run all test cases for the specified recipe. Use the List Recipes endpoint to retrieve recipe IDs.
test_case_idslist of stringsOptional
Run specific test cases by unique IDs.

Response

Accepted - Test case execution has been initiated asynchronously.

request_idstring or null
Unique identifier for the test case execution request.
statusstring or null
Current status of the test case execution request.

Errors