Cypress Chrome Recorder

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

Cos'è Cypress Chrome Recorder?

Cypress Chrome Recorder è un'estensione di Chrome sviluppata da chromedev, e la sua funzione principale è "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cypress Chrome Recorder

Scarica i file di estensione Cypress Chrome Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cypress Chrome Recorder Cypress Chrome Recorder
ID fellcphjglholofndfmmjmheedhomgin
URL Ufficiale https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin
Descrizione Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Dimensione del File 33.64 KB
Conteggio Installazioni 9,000
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-04-21
Data di Pubblicazione 2022-08-17
Valutazione 3.00/5 Totale 14 Valutazioni
Sviluppatore chromedev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}