Testissimo

Testissimo, automated e2e testing tool

Testissimoとは何ですか?

Testissimoはhttps://testissimo.ioによって開発されたChromeの拡張機能で、その主な機能は「Testissimo, automated e2e testing tool」です。

拡張機能のスクリーンショット

screenshot

Testissimo拡張機能のCRXファイルをダウンロード

Testissimo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    ]
}