Skip to main content
ClaudeWave
Skill276 estrellas del repoactualizado 3d ago

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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/testdino-hq/playwright-skill /tmp/playwright-migration && cp -r /tmp/playwright-migration/migration ~/.claude/skills/playwright-migration
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.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) |