Test Recorder
The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks.
Что такое Test Recorder?
Test Recorder - это расширение Chrome, разработанное Nikos Katsikanis, и его основная функция - "The test-recorder records acceptance tests for the Ember-cli and Nightwatch testing frameworks.".
Снимки экрана расширения
Скачать файл CRX расширения Test Recorder
Скачайте файлы расширений 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 |
Электронная почта | [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", " |