Intern Recorder

Creates functional tests for Intern based on interaction with a site from your browser.

Co je Intern Recorder?

Intern Recorder je rozšíření Chrome vyvinuté SitePen Labs, a jeho hlavní funkcí je „Creates functional tests for Intern based on interaction with a site from your browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Intern Recorder

Stáhněte si soubory rozšíření Intern Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Updated for Intern 4! The Intern Recorder is a Chrome extension that assists in the creation of functional tests for Web applications by automatically recording user interaction with a browser into a format compatible with the Intern testing framework.                    

Základní Informace o Rozšíření

Název Intern Recorder Intern Recorder
ID oalhlikaceknjlnmoombecafnmhbbgna
Oficiální URL https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna
Popis Creates functional tests for Intern based on interaction with a site from your browser.
Velikost souboru 34.05 KB
Počet instalací 146
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-03-29
Datum Vydání 2018-03-29
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář SitePen Labs
Typ Platby free
Webové stránky Rozšíření https://github.com/theintern/recorder
URL Stránky Nápovědy https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Intern Recorder",
    "description": "Creates functional tests for Intern based on interaction with a site from your browser.",
    "version": "1.0.0.6",
    "version_name": "1.0.0",
    "minimum_chrome_version": "26.0",
    "devtools_page": "lib\/devtools.html",
    "background": {
        "scripts": [
            "lib\/Recorder.js",
            "lib\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "resources\/manifestIcons\/logo_16.png",
        "32": "resources\/manifestIcons\/logo_32.png",
        "48": "resources\/manifestIcons\/logo_48.png",
        "64": "resources\/manifestIcons\/logo_64.png",
        "128": "resources\/manifestIcons\/logo_128.png"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ]
}