Create module
create_moduleCreate a new module for organizing test cases within a project. Optionally nest it under an existing module by providing a parent key.
Instructions
Create a new module (section) for test cases in a project. Pass parentKey to create it as a child of an existing module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentKey | No | Existing module key to nest under | |
| moduleName | Yes | Name of the module to create | |
| projectKey | Yes | Project key |