Nightwatch Chrome Recorder

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

Что такое Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder - это расширение Chrome, разработанное https://browserstack.com, и его основная функция - "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Nightwatch Chrome Recorder

Скачайте файлы расширений 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
Электронная почта [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"
}