Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
66
58%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/e2e/SKILL.mdThis skill invokes the e2e-runner agent to generate, maintain, and execute end-to-end tests using Playwright.
Use /e2e when:
The e2e-runner agent will:
On All Tests:
On Failure Only:
Tests run on multiple browsers by default:
DO:
DON'T:
npx playwright test # Run all E2E tests
npx playwright test --headed # Run in headed mode
npx playwright test --debug # Debug test
npx playwright show-report # View report45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.