create_manual_test_suite
Create test suite folders to organize related test cases. Supports nesting for hierarchical test structure.
Instructions
Create a new test suite folder to organize test cases. Use this to create a logical grouping for related test cases. Suites can be nested by providing a parentSuiteId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Suite name (Required). A descriptive name for the test suite. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| description | No | Description of the test suite. | |
| parentSuiteId | No | Optional parent suite ID to create this suite as a child of another suite. If not provided, creates a root-level suite. |