CodeceptJS TestTools

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

Cos'è CodeceptJS TestTools?

CodeceptJS TestTools è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Chrome extension to generate CodeceptJS acceptance tests while using your app.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CodeceptJS TestTools

Scarica i file di estensione CodeceptJS TestTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CodeceptJS TestTools CodeceptJS TestTools
ID oagiaeppblongjijghejpfciopjbodfo
URL Ufficiale https://chromewebstore.google.com/detail/codeceptjs-testtools/oagiaeppblongjijghejpfciopjbodfo
Descrizione Chrome extension to generate CodeceptJS acceptance tests while using your app.
Dimensione del File 560 KB
Conteggio Installazioni 179
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-09-08
Data di Pubblicazione 2017-09-08
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}