Create Test Suite
create_test_suiteCreates a new test suite node in the hierarchy tree, allowing you to specify name, project, tree, and parent suite for nested organization.
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. |