Assign Test Cases To Suite
assign_test_cases_to_suiteAssign test cases to a target suite, moving them within the hierarchy. Use to reorganize tests by assigning them to the appropriate suite.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | No | ||
| suite_id | No | ||
| test_case_ids | No | ||
| assigned_count | No |