What problem does it solve?
This Skill provides a comprehensive guide and patterns for building robust, maintainable, and efficient end-to-end (E2E) tests using Playwright, addressing common challenges in test automation.
Core Features & Use Cases
- Test Structure & Organization: Learn best practices for organizing test files, fixtures, and configurations.
- Page Object Model (POM): Implement the POM design pattern for cleaner, reusable test code.
- Flaky Test Strategies: Discover methods to identify, manage, and fix flaky tests.
- Artifact Management: Automate the capture of screenshots, videos, and traces for debugging.
- CI/CD Integration: Seamlessly integrate E2E tests into your continuous integration pipelines.
- Specialized Testing: Includes patterns for wallet/Web3 and financial/critical flow testing.
Quick Start
Use the e2e-testing skill to generate a Playwright test for user login functionality following the Page Object Model pattern.