Assign Test Cases To Suite
assign_test_cases_to_suiteReassign test cases to a target suite in the hierarchy. Use this to move cases to a new suite path, organizing them into the desired test structure.
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 |