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:

Installs
7
GitHub Stars
50
First Seen
Jan 29, 2026
qa-regression — hainamchung/agent-assistant