Nightwatch Chrome Recorder

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

¿Qué es Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder es una extensión de Chrome desarrollada por https://browserstack.com, y su función principal es "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nightwatch Chrome Recorder

Descarga archivos de extensión Nightwatch Chrome Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
URL Oficial https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Descripción Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Tamaño del Archivo 25.97 KB
Cantidad de Instalaciones 1,382
Versión Actual 0.2.2
Última Actualización 2023-01-19
Fecha de Publicación 2022-08-10
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://browserstack.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
URL de la Página de Ayuda https://github.com/nightwatchjs/nightwatch-recorder-extension
URL de la Página de Política de Privacidad https://www.browserstack.com/privacy
Idiomas Soportados 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"
}