Create Test Suite
create_test_suiteCreate a new test suite node in the Allure TestOps hierarchy tree, optionally nesting it under a parent suite or targeting a specific project tree, to organize test cases into structured groups.
Instructions
Create a new test suite node in the hierarchy tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Suite name to create in hierarchy. | |
| tree_id | No | Target hierarchy tree ID. If omitted, default project tree is used. | |
| project_id | No | Allure TestOps project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| parent_suite_id | No | Parent suite/group node ID for nested suite creation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| tree_id | No | ||
| parent_suite_id | No |