Create Test Manager Folder
tm.create_folderCreates a new folder within a project to organize test cases. Requires the project ID and optionally a parent folder ID for nesting.
Instructions
Creates a new folder inside a LambdaTest Test Manager project, to organize test cases. Requires the project's ID; optionally nest it under an existing folder by passing that folder's ID as parent_id, otherwise it's created at the project's root. Use this before adding test cases that need a home. Do not use this to update or move an existing folder, and do not call it speculatively - creating a folder is a real, persistent action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent_id | No | ||
| project_id | Yes | ||
| description | No |