Playwright Migration
Use this skill when the user is moving from another browser automation stack to Playwright.
Migration Workflow
- Inventory the existing suite structure, runner assumptions, and shared helpers.
- Map framework concepts to the Playwright equivalents.
- Choose an incremental migration path that preserves confidence.
- Revisit architecture decisions such as fixtures, waiting, locators, and CI once the syntax translation is done.
Guides
| Source framework | Guide |
|---|---|
| Cypress | from-cypress.md |
| Selenium / WebDriver | from-selenium.md |
Output Bias
Prefer migration plans, translated examples, and architecture notes over abstract comparisons.