migrate
alirezarezvani/claude-skills
This tool provides a comprehensive, file-by-file mechanism to migrate existing UI test suites from older frameworks like Cypress or Selenium to the modern Playwright framework. It automatically detects the source framework, maps key API functions (e.g., `cy.get` to `page.locator`), upgrades outdated locators to best practices (like `getByRole`), and manages the entire conversion process, ensuring high compatibility and minimizing manual effort. Ideal for teams modernizing their E2E testing infrastructure.