WebdriverIO Debugger
Start, Stop and step through WebdriverIO tests
Co je WebdriverIO Debugger?
WebdriverIO Debugger je rozšíření Chrome vyvinuté wpbrock, a jeho hlavní funkcí je „Start, Stop and step through WebdriverIO tests“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WebdriverIO Debugger
Stáhněte si soubory rozšíření WebdriverIO Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Pause, play and step through WebdriverIO tests
Základní Informace o Rozšíření
Název | WebdriverIO Debugger |
ID | gllhbgehjoimdepaokeloljejokfdmof |
Oficiální URL | https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof |
Popis | Start, Stop and step through WebdriverIO tests |
Velikost souboru | 7.7 KB |
Počet instalací | 32 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2019-07-17 |
Datum Vydání | 2019-07-13 |
Vývojář | wpbrock |
Typ Platby | free |
Podporované Jazyky | 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 } |