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
公式URL 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
Eメール [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"
}