Run Test Plan
run_test_planExecute an existing test plan by its ID to start a launch and receive a summary with source plan context. If the launch is unwanted, remove it later with delete_launch.
Instructions
Start a launch from an existing Test Plan.
Runs the selected test plan by its ID and returns the created launch as a compact mutation summary enriched with the source plan context. Starting a launch is reversible: use delete_launch to remove it when unwanted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional list of tags. | |
| links | No | Optional list of external links (name, url, type). | |
| issues | No | Optional list of issue dictionaries. | |
| plan_id | Yes | ID of the test plan to run | |
| launch_name | Yes | Name for the launch started from the plan | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| closed | No | ||
| plan_id | No | Source test plan ID for the started launch. | |
| external | No | ||
| autoclose | No | ||
| operation | No | ||
| project_id | No | ||
| created_date | No | ||
| new_defects_count | No | ||
| last_modified_date | No | ||
| known_defects_count | No | ||
| manual_execution_guidance | No |