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