Nightwatch Chrome Recorder

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

Nightwatch Chrome Recorder là gì?

Nightwatch Chrome Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://browserstack.com, và tính năng chính của nó là "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nightwatch Chrome Recorder

Tải xuống các tệp mở rộng Nightwatch Chrome Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
URL Chính Thức https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Mô tả Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Kích Thước Tệp 25.97 KB
Số Lần Cài Đặt 1,382
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2023-01-19
Ngày Phát Hành 2022-08-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://browserstack.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
URL Trang Trợ Giúp https://github.com/nightwatchjs/nightwatch-recorder-extension
URL Trang Chính Sách Bảo Mật https://www.browserstack.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}