Intern Recorder

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

Co to jest Intern Recorder?

Intern Recorder to rozszerzenie Chrome opracowane przez SitePen Labs, a jego główną funkcją jest „Creates functional tests for Intern based on interaction with a site from your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Intern Recorder

Pobierz pliki rozszerzeń Intern Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Intern Recorder Intern Recorder
ID oalhlikaceknjlnmoombecafnmhbbgna
Oficjalny URL https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna
Opis Creates functional tests for Intern based on interaction with a site from your browser.
Rozmiar pliku 34.05 KB
Liczba instalacji 146
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-03-29
Data Publikacji 2018-03-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper SitePen Labs
Typ Płatności free
Strona Rozszerzenia https://github.com/theintern/recorder
Adres URL Strony Pomocy https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md
Obsługiwane Języki 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"
    ]
}