What problem does it solve? Expanding test automation coverage across a codebase is slow and inconsistent when done manually, often producing flaky tests, duplicated coverage, and hardcoded data. This Skill analyzes your codebase or BMad artifacts and generates a structured, prioritized test suite with supporting fixtures, factories, and documentation. ## Core Features & Use Cases - Multi-Level Test Generation: Creates E2E, API, component, and unit tests with P0-P3 priority tags, avoiding duplicate coverage across levels. - Test Infrastructure: Generates fixtures with auto-cleanup, faker-based data factories, and helper utilities, plus optional Playwright Utils and Pact.js contract test support. - Validation and Healing: Optionally runs generated tests, heals failures (selector, timing, data issues), and marks unfixable tests with test.fixme() and detailed comments. - Use Case: Point it at a feature like src/orders/refunds/ and receive a complete test suite with an automation summary, coverage breakdown, and package.json test scripts. ## Quick Start Ask the AI to expand test coverage for your project or a specific feature directory and let the workflow generate the tests.