What problem does it solve?
This Skill provides a comprehensive guide to building robust, maintainable, and efficient end-to-end (E2E) test suites using Playwright, addressing common challenges in modern web application testing.
Core Features & Use Cases
- Structured Test Organization: Implement a clear directory structure for tests, fixtures, and configurations.
- Page Object Model (POM): Utilize the POM design pattern for reusable and maintainable test code.
- CI/CD Integration: Configure Playwright for seamless integration into continuous integration and continuous deployment pipelines.
- Flaky Test Strategies: Learn techniques to identify, manage, and mitigate flaky tests.
- Artifact Management: Configure automatic generation and uploading of test reports, screenshots, and videos.
- Specialized Testing: Includes patterns for wallet/Web3 and critical financial flow testing.
Quick Start
Configure your Playwright tests using the provided patterns and best practices for reliable E2E validation.