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:

tests/
├── auth/
Related skills
Installs
118
GitHub Stars
1.1K
First Seen
Jan 20, 2026