Cypress Chrome Recorder
Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Vad är Cypress Chrome Recorder?
Cypress Chrome Recorder är en Chrome-tillägg utvecklad av chromedev, och dess huvudfunktion är "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.".
Tilläggsskärmbilder
Ladda ner Cypress Chrome Recorder-förlängningens CRX-fil
Ladda ner Cypress Chrome Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Cypress Chrome Recorder |
ID | fellcphjglholofndfmmjmheedhomgin |
Officiell webbadress | https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin |
Beskrivning | Cypress extension for DevTools that allows you to export tests directly from the Recorder panel. |
Filstorlek | 33.64 KB |
Antal Installationer | 9,000 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2023-04-21 |
Publiceringsdatum | 2022-08-17 |
Betyg | 3.00/5 Totalt 14 Betyg |
Utvecklare | chromedev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |