What problem does it solve?
This Skill removes the friction of turning manually defined test scenarios into reliable Playwright end-to-end test code by guiding design, executing interactive verification, and generating production-ready TypeScript test files with traceability and quality checks.
Core Features & Use Cases
- Interactive scenario design: Collaboratively elicit target URL, objectives, preconditions, and prioritized test cases with the user or QA agent.
- Manual verification with Playwright CLI: Run and record steps, capture snapshots and screenshots, and log pass/fail outcomes during exploratory validation.
- Automated code generation and setup: Emit .spec.ts files under tests/, embed TC-IDs for traceability, apply lint fixes, run bun e2e, and suggest refactors to stabilize CI execution.
- QA integration: Accept TC lists from a QA-management agent, preserve priority metadata, and skip redundant re‑hearing when full test case data is provided.
Quick Start
Ask the skill to design and generate Playwright E2E tests for a target site, verify them interactively, and produce runnable TypeScript spec files.