Nightwatch Chrome Recorder

Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.

Cos'è Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder è un'estensione di Chrome sviluppata da https://browserstack.com, e la sua funzione principale è "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nightwatch Chrome Recorder

Scarica i file di estensione Nightwatch 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

                        Nightwatch Chrome Recorder Extension lets you export user flows as Nightwatch test scripts from the Recorder panel in Chrome DevTools.

With Chrome Recorder and the Nightwatch Chrome Recorder Extension, you can start creating test scripts for Nightwatch with just a few clicks.

After installing this extension, you will see a new "Export as Nightwatch Test Script" option available under the export menu.

Learn more about Chrome Recorder and the Nightwatch extension with our official guide: bit.ly/nightwatch-recorder.                    

Informazioni di Base sull'Estensione

Nome Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
URL Ufficiale https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Descrizione Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Dimensione del File 25.97 KB
Conteggio Installazioni 1,382
Versione Corrente 0.2.2
Ultimo Aggiornamento 2023-01-19
Data di Pubblicazione 2022-08-10
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://browserstack.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
URL della Pagina di Aiuto https://github.com/nightwatchjs/nightwatch-recorder-extension
URL della Pagina della Politica sulla Privacy https://www.browserstack.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "Nightwatch Chrome Recorder",
    "description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.",
    "permissions": [],
    "devtools_page": "DevToolsPlugin.html",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "101"
}