Cypress Chrome Recorder
Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Was ist Cypress Chrome Recorder?
Cypress Chrome Recorder ist eine Chrome-Erweiterung, die von chromedev entwickelt wurde, und ihr Hauptmerkmal ist "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.".
Erweiterungsscreenshots
Cypress Chrome Recorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cypress Chrome Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fellcphjglholofndfmmjmheedhomgin |
Offizielle URL | https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin |
Beschreibung | Cypress extension for DevTools that allows you to export tests directly from the Recorder panel. |
Dateigröße | 33.64 KB |
Installationsanzahl | 9,000 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2023-04-21 |
Veröffentlichungsdatum | 2022-08-17 |
Bewertung | 3.00/5 Insgesamt 14 Bewertungen |
Entwickler | chromedev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |