qa-regression
Installation
SKILL.md
QA Regression Testing
Build and run automated regression tests using Playwright. Each test is a reusable skill that can be composed into full test suites.
Setup
npm init -y
npm install playwright @playwright/test
npx playwright install
Test Structure
Create tests in tests/ folder: