🔖 Playwright Extension for Chrome DevTools Recorder.
Add this Chrome Extension to export DevTools Recordings as Playwright Tests directly from the DevTools Recorder Panel.
- Create a new recording via the Recorder panel
- Hover over the export icon
- Click "Export as a Cypress Test"
- Save file as {testName}.cy.{ts.js}
- Clone the repo, run
yarn
and runyarn build
- Visit chrome://extensions
- Enable "Developer mode" via toggle switch in upper right corner
- Click "Load unpacked" button in upper left corner
- Select the
build
directory produced byyarn build
After building and testing the extension locally, upload the build folder to Web Store.
Alternatively, use the playwright-chrome-recorder CLI to export DevTools Recordings as Playwright Tests in bulk programmatically.