What problem does it solve?
Manually writing integration tests that span frontend, backend, and AI flows is complex and time-consuming. This skill automates the creation of comprehensive integration tests, ensuring end-to-end functionality and reducing manual testing effort.
Core Features & Use Cases
- Fullstack Test Generation: Scaffolds integration tests that validate the complete data flow from frontend API calls to backend endpoints and Genkit AI flows.
- Comprehensive Scenarios: Includes tests for happy path, validation errors, authentication, error handling, Genkit flow execution, and response validation.
- Mocking & Setup: Provides boilerplate for mocking dependencies like Firebase Auth and Genkit flow responses, simplifying test setup and focusing on integration logic.
- Use Case: Before deploying new features, use this skill to generate robust integration tests that verify the entire API chain, from UI interaction to backend processing and AI model inference.
Quick Start
Create an integration test for the KSC generation feature, covering success, validation, and authentication scenarios.