Testissimo

Testissimo, automated e2e testing tool

Testissimo क्या है?

Testissimo https://testissimo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Testissimo, automated e2e testing tool"।

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

screenshot

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

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

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

                        Testissimo client script injector - helps to test apps where you have not access to html code.                    

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

नाम Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
आधिकारिक URL https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
विवरण Testissimo, automated e2e testing tool
फ़ाइल का आकार 40.7 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.5.5
अंतिम अपडेट 2019-09-18
प्रकाशन तिथि 2019-09-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://testissimo.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://testissimo.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Testissimo",
    "version": "0.5.5",
    "manifest_version": 2,
    "description": "Testissimo, automated e2e testing tool",
    "homepage_url": "https:\/\/testissimo.io",
    "default_locale": "en",
    "icons": {
        "16": "icons\/inactive\/icon16.png",
        "19": "icons\/inactive\/icon19.png",
        "48": "icons\/inactive\/icon48.png",
        "128": "icons\/inactive\/icon128.png"
    },
    "browser_action": {
        "default_title": "Testissimo - click to activate"
    },
    "background": {
        "page": "src\/background-page.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "debugger",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "src\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}