Pw Refactor Into Pom

Refactor existing Playwright tests into a Page Object Model architecture with a PageManager class and a single `pom` fixture. Detects existing POM and mimics its style; bootstraps the POM infrastructure when none exists. Enforces project-specific POM conventions — locators inline in methods, no tiny methods, strict page boundaries, entry/exit validation, dedicated validation methods, and reuse-first method design.

bondar-artem Updated

File contents

bondar-artem/playwright-scripting-skills/tree/main/pw-refactor-into-pom commit 6249c8aeab

Frequently asked questions

npx skillmds@latest add bondar-artem/pw-refactor-into-pom