cypress-io / cypress-chrome-recorder-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Chrome Recorder Extension

đź”– Official Cypress Extension for the Chrome DevTools Recorder.
This project is maintained by the Cypress Team.

Cypress Logo

Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.

This extension allows you to quickly export recordings from Chrome DevTools Recorder as Cypress tests.

Once installed, a new export option will appear in the Recorder panel labeled "Export as a Cypress Test script". Click that and download the exported code as a file. Make sure to save the file with the extension .cy.{ts,js) if you are using Cypress >= 10.

This extension relies on the cypress-chrome-recorder library. Visit its repo for more information on export specifics.

For more information about the Cypress Chrome Recorder watch https://youtu.be/-RJuZrq-wOk.

About

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 6.5%