What problem does it solve?
This Skill removes the repetitive effort of building and maintaining manual QA checks by turning common application flows into reusable Playwright regression tests.
Core Features & Use Cases
- Reusable Test Patterns: Create consistent login, dashboard, and user-management tests that can be reused across projects.
- End-to-End Regression Coverage: Validate critical user journeys such as authentication, page loading, form submission, and record creation.
- CI-Friendly Automation: Run the same test suite locally, in headed mode, or in continuous integration with reports and artifacts.
- Use Case: A team can quickly assemble a full regression suite for a staging app to catch broken login flows, missing widgets, and failed CRUD actions before release.
Quick Start
Use the qa-regression skill to create a Playwright regression suite for my web app with login, dashboard, and user-creation checks.