Codeception TestTools

Chrome extension to generate Codeception acceptance tests while using your app.

Codeception TestToolsとは何ですか?

Codeception TestToolsはMarcel Pociotによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to generate Codeception acceptance tests while using your app.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Create your Codeception acceptance tests while you surf on your website.                    

拡張機能の基本情報

名前 Codeception TestTools Codeception TestTools
ID jhaegbojocomemkcnmnpmoobbmnkijik
公式URL https://chromewebstore.google.com/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik
説明 Chrome extension to generate Codeception acceptance tests while using your app.
ファイルサイズ 453 KB
インストール数 1,052
現在のバージョン 0.1.1
最終更新日 2016-11-15
公開日 2016-11-14
評価 3.80/5 合計 10 レビュー
開発者 Marcel Pociot
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codeception TestTools",
    "description": "Chrome extension to generate Codeception acceptance tests while using your app.",
    "version": "0.1.1",
    "devtools_page": "html\/devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "clipboardWrite"
    ]
}