CodeceptJS TestTools

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

What is CodeceptJS TestTools?

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

Extension Screenshots

screenshot

Download CodeceptJS TestTools Extension CRX File

Download CodeceptJS 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

                        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.                    

Extension Basic Information

Name CodeceptJS TestTools CodeceptJS TestTools
ID oagiaeppblongjijghejpfciopjbodfo
Official URL https://chromewebstore.google.com/detail/codeceptjs-testtools/oagiaeppblongjijghejpfciopjbodfo
Description Chrome extension to generate CodeceptJS acceptance tests while using your app.
File Size 560 KB
Installation Count 179
Current Version 0.0.1
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 2.60/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}