create_manual_test_suite
Organize test cases by creating logical groups of test suites. Optionally nest suites under a parent suite for hierarchical 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. |