e2e-testing
Installation
SKILL.md
End-to-End Testing Skill
This skill covers browser-based end-to-end testing patterns using Playwright for testing complete user flows.
Philosophy
E2E tests should:
- Test user flows - Not implementation details
- Be reliable - No flaky tests
- Be fast - Parallel execution, smart waiting
- Be maintainable - Page objects, clear selectors