webapp-testing
Installation
SKILL.md
Autonomous end-to-end testing with Playwright's three specialized agents for planning, generating, and self-healing tests automatically.
The Three Agents
- Planner - Explores app and creates test plans
- Generator - Writes Playwright tests with best practices
- Healer - Fixes failing tests automatically
Quick Setup (CC 2.1.6)
# 1. Install Playwright
npm install --save-dev @playwright/test
npx playwright install