Playwright-skill playwright-migration
Step-by-step migration guides for moving to Playwright from Cypress or Selenium/WebDriver — command mappings, architecture changes, and incremental adoption strategies.
install
source · Clone the upstream repo
git clone https://github.com/testdino-hq/playwright-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/testdino-hq/playwright-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/migration" ~/.claude/skills/testdino-hq-playwright-skill-playwright-migration && rm -rf "$T"
manifest:
migration/SKILL.mdsource content
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 |
| Selenium / WebDriver | from-selenium.md |