Test Recorder
The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks.
Test Recorderとは何ですか?
Test RecorderはNikos Katsikanisによって開発されたChromeの拡張機能で、その主な機能は「The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks.」です。
拡張機能のスクリーンショット
Test Recorder拡張機能のCRXファイルをダウンロード
Test Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The test-recorder records acceptance tests for the Ember-cli, Nightwatch and Chromeless (WIP) testing frameworks. IMPORTANT, restart chrome in order to get this to work, I will see if I can get it to work immediately at some point. Also to make this simple to use I have enabled it for all sites. If you don't feel comfortable in this, you can download it from GitHub and compile it into your project locally. This project records the ways you interact with your application and then generates the code to playback these actions inside an acceptance test runner. The idea is to save you time writing these tests by hand. Code is at https://github.com/QuantumInformation/test-recorder, please raise any issues there.
拡張機能の基本情報
名前 | |
ID | mehbmedddkpilcbbjcichiopegameghh |
公式URL | https://chrome.google.com/webstore/detail/test-recorder/mehbmedddkpilcbbjcichiopegameghh |
説明 | The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks. |
ファイルサイズ | 47.3 KB |
インストール数 | 223 |
現在のバージョン | 0.4.3 |
最終更新日 | 2017-12-02 |
公開日 | 2017-12-02 |
評価 | 4.00/5 合計 7 レビュー |
開発者 | Nikos Katsikanis |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Test Recorder", "description": " The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks.", "version": "0.4.3", "browser_action": [], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", " |