What problem does it solve?
Playwright end-to-end testing can be complex and flaky; this skill provides patterns, organization, and configuration guidance to build stable, scalable tests using Page Object Model, with artifact management and CI/CD integration.
Core Features & Use Cases
- Page Object Model (POM) guidance and sample classes to promote maintainable tests.
- Test Structure and patterns for auth, features, and API endpoints with clear organization.
- Playwright configuration and cross-browser project setup, with guidance on CI integration.
- Flaky test handling patterns, quarantine, and resilience strategies.
- Artifact management, including screenshots, traces, and videos for debugging.
- CI/CD integration examples and best practices for automated test runs.
Quick Start
Run the Playwright-based e2e suite against your application to validate authentication, item search, and API end-to-end flows.