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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } |