generate_test_cases
Generate comprehensive test cases from feature descriptions, covering happy path, edge cases, negative tests, boundary values, and security basics. Saves to project store and returns the full list.
Instructions
Analyze a feature or function description and auto-generate comprehensive test cases. Covers: happy path, edge cases, negative tests, boundary values, and security basics. Saves them to the project store and returns the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of test cases to generate | unit |
| feature | Yes | Feature or function name (e.g. 'user login', 'add to cart') | |
| project | Yes | Project name (e.g. 'ecommerce-app', 'auth-service') | |
| description | Yes | What this feature does — the more detail, the better test cases |