CodeceptJS TestTools

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

CodeceptJS TestToolsとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to record steps as you surf an actual web site or web app in Chrome. The output can be used as-is in scenarios with the CodeceptJS testing framework.                    

拡張機能の基本情報

名前 CodeceptJS TestTools CodeceptJS TestTools
ID oagiaeppblongjijghejpfciopjbodfo
公式URL https://chromewebstore.google.com/detail/codeceptjs-testtools/oagiaeppblongjijghejpfciopjbodfo
説明 Chrome extension to generate CodeceptJS acceptance tests while using your app.
ファイルサイズ 560 KB
インストール数 179
現在のバージョン 0.0.1
最終更新日 2017-09-08
公開日 2017-09-08
評価 2.60/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeceptJS TestTools",
    "description": "Chrome extension to generate CodeceptJS acceptance tests while using your app.",
    "version": "0.0.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"
    ]
}