WebdriverIO Debugger
Start, Stop and step through WebdriverIO tests
Cos'è WebdriverIO Debugger?
WebdriverIO Debugger è un'estensione di Chrome sviluppata da wpbrock, e la sua funzione principale è "Start, Stop and step through WebdriverIO tests".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebdriverIO Debugger
Scarica i file di estensione WebdriverIO Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Pause, play and step through WebdriverIO tests
Informazioni di Base sull'Estensione
Nome | WebdriverIO Debugger |
ID | gllhbgehjoimdepaokeloljejokfdmof |
URL Ufficiale | https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof |
Descrizione | Start, Stop and step through WebdriverIO tests |
Dimensione del File | 7.7 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-07-17 |
Data di Pubblicazione | 2019-07-13 |
Sviluppatore | wpbrock |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebdriverIO Debugger", "version": "0.0.1", "description": "Start, Stop and step through WebdriverIO tests", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/wdio-icon.png", "default_title": "WebdriverIO Debugger" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "manifest_version": 2 } |