generate_test_suite_blueprint
Generate complete production test suites for Playwright, Vitest, or PyTest with mocking, fixtures, and assertions for any feature or component.
Instructions
Generates complete production test suites (Playwright E2E, Vitest unit tests, or PyTest) with mocking, fixtures, and assertions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_framework | Yes | Target testing framework | |
| component_or_feature | Yes | Feature or route name to test (e.g. 'Authentication Flow', 'Dashboard Navigation', 'Payment API') |