Codeception TestTools

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

What is Codeception TestTools?

Codeception TestTools is a Chrome extension developed by Marcel Pociot, and its main feature is "Chrome extension to generate Codeception acceptance tests while using your app.".

Extension Screenshots

screenshot
screenshot

Download Codeception TestTools Extension CRX File

Download Codeception TestTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Codeception TestTools Codeception TestTools
ID jhaegbojocomemkcnmnpmoobbmnkijik
Official URL https://chromewebstore.google.com/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik
Description Chrome extension to generate Codeception acceptance tests while using your app.
File Size 453 KB
Installation Count 1,052
Current Version 0.1.1
Last Updated 2016-11-15
Publish Date 2016-11-14
Rating 3.80/5 Total 10 Ratings
Developer Marcel Pociot
Payment Type free
Supported Languages 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"
    ]
}