Nightwatch Chrome Recorder

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

O que é Nightwatch Chrome Recorder?

Nightwatch Chrome Recorder é uma extensão do Chrome desenvolvida por https://browserstack.com, e sua principal característica é "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nightwatch Chrome Recorder

Baixe arquivos de extensão Nightwatch Chrome Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
URL Oficial https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Descrição Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Tamanho do Arquivo 25.97 KB
Contagem de Instalações 1,382
Versão Atual 0.2.2
Última Atualização 2023-01-19
Data de Publicação 2022-08-10
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://browserstack.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
URL da Página de Ajuda https://github.com/nightwatchjs/nightwatch-recorder-extension
URL da Página de Política de Privacidade https://www.browserstack.com/privacy
Idiomas Suportados 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"
}