add_test_case
Add a custom test case to any project by specifying steps, expected result, and optional attributes like type, priority, tags, and preconditions.
Instructions
Manually add a single custom test case to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags like 'smoke', 'regression' | |
| type | No | unit | |
| steps | Yes | List of test steps | |
| title | Yes | Short title for the test case | |
| feature | Yes | Feature or module being tested | |
| project | Yes | Project name | |
| expected | Yes | Expected result | |
| priority | No | MEDIUM | |
| description | No | ||
| preconditions | No |