WebdriverIO Debugger
Start, Stop and step through WebdriverIO tests
Co to jest WebdriverIO Debugger?
WebdriverIO Debugger to rozszerzenie Chrome opracowane przez wpbrock, a jego główną funkcją jest „Start, Stop and step through WebdriverIO tests”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebdriverIO Debugger
Pobierz pliki rozszerzeń WebdriverIO Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Pause, play and step through WebdriverIO tests
Podstawowe informacje o rozszerzeniu
Nazwa | WebdriverIO Debugger |
ID | gllhbgehjoimdepaokeloljejokfdmof |
Oficjalny URL | https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof |
Opis | Start, Stop and step through WebdriverIO tests |
Rozmiar pliku | 7.7 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-07-17 |
Data Publikacji | 2019-07-13 |
Deweloper | wpbrock |
Typ Płatności | free |
Obsługiwane Języki | 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 } |