Testissimo

Testissimo, automated e2e testing tool

Hvad er Testissimo?

Testissimo er en Chrome-udvidelse udviklet af https://testissimo.io, og dens hovedfunktion er "Testissimo, automated e2e testing tool".

Udvidelsesskærmbilleder

screenshot

Download Testissimo-udvidelses-CRX-fil

Download Testissimo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
Officiel URL https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
Beskrivelse Testissimo, automated e2e testing tool
Filstørrelse 40.7 KB
Antal Installationer 23
Nuværende Version 0.5.5
Senest Opdateret 2019-09-18
Udgivelsesdato 2019-09-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://testissimo.io
Betalingsmetode free
Udvidelseswebsted https://testissimo.io/
Understøttede Sprog 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"
        }
    ]
}