What problem does it solve? End-to-end test suites often become slow, flaky, and hard to maintain as applications grow. This Skill provides proven Playwright patterns for structuring tests, managing artifacts, and stabilizing unreliable tests so teams can trust their E2E results in CI. ## Core Features & Use Cases - Page Object Model Patterns: Encapsulate page locators and interactions in reusable classes to keep test files readable and maintainable. - Flaky Test Diagnosis: Identify race conditions, network timing, and animation issues, then apply quarantine, retry, and auto-wait strategies. - CI/CD Integration: Configure GitHub Actions workflows with artifact uploads for HTML reports, screenshots, videos, and traces. - Use Case: A team shipping a web app needs cross-browser coverage. Use this Skill to scaffold a Playwright config with chromium, firefox, webkit, and mobile projects, plus a CI workflow that uploads failure artifacts on every pull request. ## Quick Start Ask the AI to set up a Playwright E2E test suite with Page Object Model structure and a GitHub Actions workflow for your web application.