Create Test Manager Test Run Folder
tm.create_testRunFolderCreates a new folder to organize test runs inside a LambdaTest Test Manager project. Optionally nest under an existing test-run folder using its ID.
Instructions
Creates a new folder inside a LambdaTest Test Manager project, to organize TEST RUNS. This is a separate folder tree from test case folders (tm.create_folder) - the two do not share folder IDs. Requires the project's ID; optionally nest it under an existing test-run folder by passing that folder's ID (from tm.get_testRunFoldersByProjectId) as parent_id, otherwise it's created at the project's root. 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 |