Create Test Manager Test Cases
tm.create_testCasesCreate test cases in a project with titles, descriptions, preconditions, and tags. Optionally assign them to a folder.
Instructions
Creates one or more test cases in a LambdaTest Test Manager project, in a single batch call. Each test case has a title (required), an optional description, optional preconditions, and any number of tags (zero or more). Requires the project ID; folder_id is optional - pass it (use tm.get_foldersByProjectId to find a folder's ID) to place the test cases in a specific folder, or omit it to let the API place them in the project's default 'Untitled' root folder. Use this when the user wants to add new test cases to a project. Do not use this to update an existing test case, and do not call it speculatively - creating test cases is a real, persistent action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | ||
| project_id | Yes | ||
| test_cases | Yes |