Playwright E2E Testing Skill
progressive_disclosure:
entry_point:
summary: "Modern E2E testing framework with cross-browser automation and built-in test runner"
when_to_use:
- "When testing web applications end-to-end"
- "When needing cross-browser testing"
- "When testing user flows and interactions"
- "When needing screenshot/video recording"
quick_start:
- "npm init playwright@latest"
- "Choose TypeScript and test location"
- "npx playwright test"
- "npx playwright show-report"
token_estimate:
entry: 75-90
full: 4200-5200