What problem does it solve?
This Skill provides comprehensive patterns and configurations for building stable, fast, and maintainable End-to-End (E2E) test suites using Playwright, addressing common challenges in test development and execution.
Core Features & Use Cases
- Page Object Model (POM): Implement maintainable and reusable test structures.
- Test Configuration: Define project settings, reporters, and environment variables for CI/CD.
- Flaky Test Strategies: Techniques for quarantining, identifying, and fixing flaky tests.
- Artifact Management: Automated generation of screenshots, videos, and traces for debugging.
- Use Case: Ensure critical user flows like login, form submission, and financial transactions are consistently working across different browsers and environments.
Quick Start
Use the e2e-testing skill to generate a Playwright test file for the login page.