What problem does it solve?
This Skill helps teams design reliable end-to-end test coverage that catches real user-facing bugs before release, while reducing flaky failures and maintenance overhead.
Core Features & Use Cases
- Playwright patterns: Build maintainable test suites with page objects, reusable fixtures, and clear test organization.
- Stability and debugging: Use explicit waits, retries, screenshots, traces, and videos to diagnose and reduce flakiness.
- CI/CD readiness: Configure cross-browser execution, artifact collection, and pipeline-friendly reporting for automated releases.
- Use case: A team can validate login flows, feature regressions, and critical user journeys across multiple browsers with consistent results.
Quick Start
Use the e2e-testing skill to design a Playwright end-to-end test plan for my web app, including page objects, flaky test safeguards, and CI-ready configuration.