WebdriverIO Debugger

Start, Stop and step through WebdriverIO tests

WebdriverIO Debugger क्या है?

WebdriverIO Debugger wpbrock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start, Stop and step through WebdriverIO tests"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebdriverIO Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pause, play and step through WebdriverIO tests                    

एक्सटेंशन की मूल जानकारी

नाम WebdriverIO Debugger WebdriverIO Debugger
ID gllhbgehjoimdepaokeloljejokfdmof
आधिकारिक URL https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof
विवरण Start, Stop and step through WebdriverIO tests
फ़ाइल का आकार 7.7 KB
स्थापना संख्या 32
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-07-17
प्रकाशन तिथि 2019-07-13
डेवलपर wpbrock
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}