Assign Test Cases To Suite
assign_test_cases_to_suiteAssign test cases to a target suite node, altering their position in the test hierarchy.
Instructions
Assign test cases to a suite path in hierarchy.
⚠️ CAUTION: Destructive. Reassigning test cases changes their hierarchy location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | No | Target hierarchy tree ID. If omitted, default project tree is used. | |
| suite_id | Yes | Target suite/group node ID for assignment. | |
| project_id | No | Allure TestOps project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| test_case_ids | Yes | List of test case IDs to assign to the suite. |