# cypress-recorder-extension **Repository Path**: mirrors_cypress-io/cypress-recorder-extension ## Basic Information - **Project Name**: cypress-recorder-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-30 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cypress Chrome Recorder Extension > 🔖 **Official Cypress Extension for Chrome DevTools Recorder.**
> This project is maintained by the Cypress Team.

Cypress Logo

export-as-cypress --- Add [this Chrome Extension](https://chrome.google.com/webstore/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin) to export DevTools Recordings as Cypress Tests directly from the [DevTools Recorder Panel](https://goo.gle/devtools-recorder). ## Usage 1. [Create a new recording](https://goo.gle/devtools-recorder#record) via the Recorder panel 2. Hover over the [export](https://developer.chrome.com/docs/devtools/recorder/reference/#export-flows) icon 3. Click "Export as a Cypress Test" 4. Save file as {testName}.cy.{ts.js} ## Testing 1. Clone the repo, run `yarn` and run `yarn build` 2. Visit chrome://extensions 3. Enable "Developer mode" via toggle switch in upper right corner 4. Click "Load unpacked" button in upper left corner 5. Select the `build` directory produced by `yarn build` ## Publishing After building and testing the extension locally, upload the build folder to Web Store. # Export in bulk programmatically Alternatively, use the [@cypress/chrome-recorder](https://github.com/cypress-io/cypress-chrome-recorder) CLI to export DevTools Recordings as Cypress Tests in bulk programmatically.