Codeception TestTools

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

Cos'è Codeception TestTools?

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

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Codeception TestTools

Scarica i file di estensione Codeception 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

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

Informazioni di Base sull'Estensione

Nome Codeception TestTools Codeception TestTools
ID jhaegbojocomemkcnmnpmoobbmnkijik
URL Ufficiale https://chromewebstore.google.com/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik
Descrizione Chrome extension to generate Codeception acceptance tests while using your app.
Dimensione del File 453 KB
Conteggio Installazioni 1,052
Versione Corrente 0.1.1
Ultimo Aggiornamento 2016-11-15
Data di Pubblicazione 2016-11-14
Valutazione 3.80/5 Totale 10 Valutazioni
Sviluppatore Marcel Pociot
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}