Agent skill · Testing & QA

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

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/test-framework-migration-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Step 1 — Detect Source Framework
  3. Step 2 — Detect Target Framework
  4. Step 3 — Detect Language
  5. Step 4 — Route to Reference
  6. Step 5 — Apply Mappings
  7. Cross-References for Deep Patterns
  8. Validation Workflow
  9. Reference Files Summary
  10. Limitations
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going