playwright-e2e-testing
Installation
SKILL.md
Playwright E2E Testing
Quick Start
Test a login flow with evidence collection:
You: "Test the login flow at http://localhost:3000"
Claude: [Runs E2E test with]:
1. Initial state capture (snapshot + screenshot)
2. Form interaction (username/password)
3. Console error monitoring
4. Network request verification
5. Final state capture
6. Comprehensive test report
Result: Complete test report with screenshots, console logs, network activity, and pass/fail status.
Related skills