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:

  1. Test user flows - Not implementation details
  2. Be reliable - No flaky tests
  3. Be fast - Parallel execution, smart waiting
  4. Be maintainable - Page objects, clear selectors

Setup

Installation

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 4, 2026