Intern Recorder
Creates functional tests for Intern based on interaction with a site from your browser.
什么是Intern Recorder?
Intern Recorder是由SitePen Labs开发的Chrome扩展程序,该扩展的主要功能是“Creates functional tests for Intern based on interaction with a site from your browser.”。
扩展截图
下载Intern Recorder扩展crx文件
下载Intern Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Intern Recorder |
ID | oalhlikaceknjlnmoombecafnmhbbgna |
官方URL | https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna |
简介 | Creates functional tests for Intern based on interaction with a site from your browser. |
文件大小 | 34.05 KB |
安装次数 | 146 |
当前版本 | 1.0.0 |
更新时间 | 2018-03-29 |
上架时间 | 2018-03-29 |
评分 | 5.00/5 共3次评分 |
开发者 | SitePen Labs |
付费类型 | free |
扩展官网 | https://github.com/theintern/recorder |
帮助页面URL | https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md |
支持的语言 | 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" ] } |