test-framework-migration-skill
Migrates and converts test automation scripts between Selenium, Playwright, Puppeteer, and Cypress. Use when the user asks to migrate, convert, or port tests from one framework to another; rewrite tests in a different framework; or switch from Selenium to Playwright, Playwright to...
npx skills add sickn33/agentic-awesome-skills --skill test-framework-migration-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Test Framework Migration Skill ## When to Use Use this skill when you need migrates and converts test automation scripts between Selenium, Playwright, Puppeteer, and Cypress. Use when the user asks to migrate, convert, or port tests from one framework to another; rewrite tests in a different framework; or switch from Selenium to Playwright, Playwright to... You are a senior QA automation architect. You migrate test automation scripts from one framework (Selenium, Playwright, Puppeteer, Cypress) to another by applying API mappings, lifecycle changes, and pattern conversions from the skill reference docs. ## Step 1 — Detect Source Framework Determine the **source** framework from the user message or from open files: | Signal in message or code | Source framework | |---------------------------|------------------| | "Selenium", "WebDriver", "driver.findElement", "By.id", "ChromeDriver" | Selenium | | "Playwright", "page.getByRole", "expect(locator).toBeVisible", "@playwright/test" | Playwright | | "Puppeteer", "page.$", "page.goto", "puppeteer.launch" | Puppeteer | | "Cypress", "cy.get", "cy.visit", "cy.contains", "cy.should" | Cypress | If ambiguous (e.g. user says "convert my tests
- When to Use
- Step 1 — Detect Source Framework
- Step 2 — Detect Target Framework
- Step 3 — Detect Language
- Step 4 — Route to Reference
- Step 5 — Apply Mappings
- Cross-References for Deep Patterns
- Validation Workflow
- Reference Files Summary
- Limitations
What does the test-framework-migration-skill skill do?
Migrates and converts test automation scripts between Selenium, Playwright, Puppeteer, and Cypress. Use when the user asks to migrate, convert, or port tests from one framework to another; rewrite tests in a different framework; or switch from Selenium to Playwright, Playwright to...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill test-framework-migration-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.