What problem does it solve?
Generate and/or run tests with scoped targeting across BE (API/unit) and FE (Playwright headless E2E), reducing manual test planning time and increasing feedback speed.
Core Features & Use Cases
- Scoped test generation and execution for backend and frontend changes.
- Supports change-based diff scope, FR-based mapping, and module-based targeting.
- Real-world use case: after modifying an API endpoint and related UI component, automatically generate and run relevant tests to validate behavior.
Quick Start
Invoke the test trigger to generate and/or run tests across BE and FE with default change-based scope. By default, tests are scoped to changes since the arch baseline. Use the interactive prompts to adjust target (BE/FE/Both), scope (change-based / FR-based / module-based), and mode (generate / run / both).