소개
This skill streamlines the creation of reusable Page Object Models for Playwright test suites, ensuring cleaner and more maintainable end-to-end tests. By automatically generating TypeScript classes that encapsulate page-specific locators and actions, it enforces the use of robust data-testid selectors while providing a standardized structure for navigation, user interactions, and assertion getters. It is ideal for teams looking to scale their test infrastructure without duplicating code or creating brittle test scripts.