suggest_tests
Identify missing test scenarios by analyzing codebase features, existing coverage, and prior run results. Get prioritized, executable test cases with steps ready to run.
Instructions
Analyze codebase features, existing test coverage, and results from previous runs to suggest concrete test scenarios that should be written or executed. Returns prioritized, executable scenario objects with steps. Use this after scan_codebase to understand what testing is missing and get ready-to-run scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | No | Optional: focus suggestions on a specific route (e.g. /dashboard). If omitted, analyzes all routes. |