Nightwatch Chrome Recorder

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

Qu'est-ce que Nightwatch Chrome Recorder ?

Nightwatch Chrome Recorder est une extension Chrome développée par https://browserstack.com, et sa fonction principale est "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nightwatch Chrome Recorder

Téléchargez les fichiers d'extension Nightwatch Chrome Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
URL Officiel https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
Description Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
Taille du Fichier 25.97 KB
Nombre d'Installations 1,382
Version Actuelle 0.2.2
Dernière Mise à Jour 2023-01-19
Date de Publication 2022-08-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://browserstack.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
URL de la Page d'Aide https://github.com/nightwatchjs/nightwatch-recorder-extension
URL de la Page de Politique de Confidentialité https://www.browserstack.com/privacy
Langues Prises en Charge 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"
}