test-migration
Installation
SKILL.md
Quick Route
| You're going from → to | Jump to | First-pass tooling |
|---|---|---|
| Selenium → Playwright | Translation Patterns + references/framework-guides.md |
hand-write; no codemod worth trusting |
| Cypress → Playwright | Translation Patterns + references/framework-guides.md |
cy2pw web converter / community CLI (see tooling table) |
| Protractor → Playwright | references/framework-guides.md (urgent — EOL 2023) |
hand-write; map by.model/by.binding |
| Jest → Vitest | references/framework-guides.md |
jest.→vi. sed pass, then verify |
| Mocha → Vitest | references/framework-guides.md |
chai-matcher codemod, then verify |
| Any path, 100+ tests | Migration Workflow + Parallel Running Strategy | always parallel-run in CI |