create_manual_test_suite
Organize test cases by creating logical groupings with nested folder structures in TestDino projects to improve test management efficiency.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| name | Yes | Suite name (Required). A descriptive name for 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. |