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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |