Migration Tools

Migration Tools

A collection of tools to make migration from Cypress to Playwright smooth and more efficient.


A Cypress to Playwright tool converts Cypress code into Playwright code, allowing for easy migration from Cypress to Playwright.

Automatic migration from cypress to playwright.

An official tool from Playwright team for converting Cypress code to Playwright code.

The open-source toole will read all js files found in the cypress_directory folder, It will convert each cypress command (supported ones) to the playwright version. It will write the new files in the playwright folder at the same level as the indicated folder.