Nightwatch Chrome Recorder

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

什麼是Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder是由https://browserstack.com開發的Chrome擴展程式,該擴展的主要功能是“Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.”。

擴展截圖

screenshot

下載Nightwatch Chrome Recorder擴展crx文件

下載Nightwatch Chrome Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
官方網址 https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
簡介 Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
檔案大小 25.97 KB
安裝次數 1,382
目前版本 0.2.2
更新時間 2023-01-19
上架時間 2022-08-10
評分 5.00/5 共 5 次評分
開發者 https://browserstack.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
說明頁面URL https://github.com/nightwatchjs/nightwatch-recorder-extension
隱私政策頁面URL https://www.browserstack.com/privacy
支援的語言 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"
}