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 |
官方網址 | 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 |
電子郵箱 | [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", " |