playwright-migration
This skill provides step-by-step migration guides for transitioning test suites from Cypress or Selenium/WebDriver to Playwright. It includes command-by-command mappings, architectural pattern translations, and incremental adoption strategies to minimize disruption during framework transitions. Use it when planning or executing a move to Playwright from either legacy testing framework.
git clone --depth 1 https://github.com/testdino-hq/playwright-skill /tmp/playwright-migration && cp -r /tmp/playwright-migration/migration ~/.claude/skills/playwright-migrationSKILL.md
# Playwright Migration Guides > Move to Playwright with confidence — side-by-side command mappings, architecture translations, and incremental migration strategies. **2 guides** covering complete migration paths from the most popular testing frameworks. ## Guide Index | Migrating from | Guide | |---|---| | Cypress | [from-cypress.md](from-cypress.md) | | Selenium / WebDriver | [from-selenium.md](from-selenium.md) |
Battle-tested Playwright patterns for writing, debugging, and scaling reliable test suites. Use when you need guidance for E2E, API, component, visual, accessibility, or security testing, plus CI/CD, CLI automation, page objects, and migration from Cypress or Selenium. TypeScript and JavaScript.
Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.
Battle-tested Playwright patterns for writing and debugging reliable E2E, API, component, visual, accessibility, and security tests. Use when you need locator strategy, assertions, fixtures, network mocking, auth flows, trace debugging, or framework recipes for React, Next.js, Vue, and Angular. TypeScript and JavaScript.
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or have explicit authorization to test.
Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.