Cypress Chrome Recorder
Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
What is Cypress Chrome Recorder?
Cypress Chrome Recorder is a Chrome extension developed by chromedev, and its main feature is "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.".
Extension Screenshots
Download Cypress Chrome Recorder Extension CRX File
Download Cypress Chrome Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. For more information about the Cypress Chrome Recorder, please watch https://youtu.be/-RJuZrq-wOk
Extension Basic Information
Name | Cypress Chrome Recorder |
ID | fellcphjglholofndfmmjmheedhomgin |
Official URL | https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin |
Description | Cypress extension for DevTools that allows you to export tests directly from the Recorder panel. |
File Size | 33.64 KB |
Installation Count | 9,000 |
Current Version | 1.1.2 |
Last Updated | 2023-04-21 |
Publish Date | 2022-08-17 |
Rating | 3.00/5 Total 14 Ratings |
Developer | chromedev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.2", "name": "Cypress Chrome Recorder", "description": "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.", "permissions": [], "icons": { "16": "img\/icon_16x16.png", "32": "img\/icon_32x32.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "devtools_page": "DevToolsPlugin.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "104.0.0.0" } |