List Test Suites
list_test_suitesLists test suites in a hierarchical tree structure for a given project, with options to filter by tree or include empty nodes.
Instructions
List hierarchy suites for a project tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | No | Target hierarchy tree ID. If omitted, default project tree is used. | |
| project_id | No | Allure TestOps project ID. | |
| include_empty | No | Whether to include suites that have no nested child suites. Default is True. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |