Testissimo

Testissimo, automated e2e testing tool

Wat is Testissimo?

Testissimo is een Chrome-extensie ontwikkeld door https://testissimo.io, en de belangrijkste functie is "Testissimo, automated e2e testing tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Testissimo

Download Testissimo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
Officiële URL https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
Beschrijving Testissimo, automated e2e testing tool
Bestandsgrootte 40.7 KB
Aantal Installaties 23
Huidige Versie 0.5.5
Laatst Bijgewerkt 2019-09-18
Publicatiedatum 2019-09-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://testissimo.io
Betalingswijze free
Extensiewebsite https://testissimo.io/
Ondersteunde Talen 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"
        }
    ]
}