What problem does it solve?
Quickly produces a structured QA test suite for MulmoCast by translating the project’s QA playbook and an existing testing baseline into concrete CDP-driven Playwright tests.
Core Features & Use Cases
- Playbook-guided test design: Follows the playbook’s Phase structure (Setup → Core Feature → Integration → Health) to ensure consistent coverage.
- Bidirectional UI/JSON validation: Includes both UI → JSON and JSON → UI checks to catch integration and state-mapping regressions.
- Deterministic, verified selectors: Requires inspecting the real DOM first and only uses stable selectors (e.g., data-testid/data-slot/accessible roles) to prevent brittle tests.
- Execution gate with fixes: Mandates running at least one generated test before completion, then iterating on failures until success.
Quick Start
Ask the QA system to generate a new Playwright CDP-based QA test suite for a specific MulmoCast feature, including any relevant preconditions and whether external API calls should be considered.