Provides standardized patterns and best practices for writing maintainable, resilient end-to-end tests using the Playwright framework.
This skill empowers Claude to assist in creating robust web automation suites by enforcing a prioritized selector hierarchy, implementing the Page Object Model (POM), and utilizing intelligent wait strategies. It is particularly valuable for teams retrofitting legacy applications with modern testing practices, offering specific guidance on adding incremental test IDs and handling dynamic content to eliminate test flakiness and improve cross-browser reliability.
主な機能
01Authentication State & Fixture Management
02Page Object Model (POM) with Component Composition
03Advanced Wait Strategies for Dynamic Content
04Resilient Selector Strategy (TestID, Role, Text priority)
050 GitHub stars
06Legacy Application Retrofitting Patterns
ユースケース
01Automating E2E testing for complex modern web applications
02Migrating legacy test suites to Playwright with maintainable patterns
03Implementing standardized testing architectures across development teams