Nightwatch Chrome Recorder

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

What is Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder is a Chrome extension developed by https://browserstack.com, and its main feature is "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Extension Screenshots

screenshot

Download Nightwatch Chrome Recorder Extension CRX File

Download Nightwatch Chrome Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
Official URL https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Description Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
File Size 25.97 KB
Installation Count 1,382
Current Version 0.2.2
Last Updated 2023-01-19
Publish Date 2022-08-10
Rating 5.00/5 Total 5 Ratings
Developer https://browserstack.com
Email [email protected]
Payment Type free
Extension Website https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
Help Page URL https://github.com/nightwatchjs/nightwatch-recorder-extension
Privacy Policy Page URL https://www.browserstack.com/privacy
Supported Languages 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"
}