Nightwatch Chrome Recorder

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

Was ist Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder ist eine Chrome-Erweiterung, die von https://browserstack.com entwickelt wurde, und ihr Hauptmerkmal ist "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Erweiterungsscreenshots

screenshot

Nightwatch Chrome Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nightwatch 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
Offizielle URL https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Beschreibung Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Dateigröße 25.97 KB
Installationsanzahl 1,382
Aktuelle Version 0.2.2
Letztes Update 2023-01-19
Veröffentlichungsdatum 2022-08-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://browserstack.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
Hilfeseite URL https://github.com/nightwatchjs/nightwatch-recorder-extension
URL der Datenschutzrichtlinien-Seite https://www.browserstack.com/privacy
Unterstützte Sprachen 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"
}