关于
This skill automates the creation of professional-grade Page Object Models (POM) for Playwright testing suites, ensuring high maintainability and code reuse. It transforms page descriptions and element lists into structured TypeScript classes that encapsulate locators, navigation logic, and user actions. By strictly enforcing the use of data-testid attributes and providing standardized async methods, it helps developers build robust end-to-end testing architectures that are resilient to UI changes and easy to scale across complex web applications.