Intern Recorder

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

What is Intern Recorder?

Intern Recorder is a Chrome extension developed by SitePen Labs, and its main feature is "Creates functional tests for Intern based on interaction with a site from your browser.".

Extension Screenshots

screenshot

Download Intern Recorder Extension CRX File

Download Intern Recorder 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

                        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.                    

Extension Basic Information

Name Intern Recorder Intern Recorder
ID oalhlikaceknjlnmoombecafnmhbbgna
Official URL https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna
Description Creates functional tests for Intern based on interaction with a site from your browser.
File Size 34.05 KB
Installation Count 146
Current Version 1.0.0
Last Updated 2018-03-29
Publish Date 2018-03-29
Rating 5.00/5 Total 3 Ratings
Developer SitePen Labs
Payment Type free
Extension Website https://github.com/theintern/recorder
Help Page URL https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md
Supported Languages 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"
    ]
}