Test Recorder | Nightwatch-Jasmine-Intern
Creates functional tests from your browser for Nightwatch Jasmine or Intern.
Test Recorder | Nightwatch-Jasmine-Internとは何ですか?
Test Recorder | Nightwatch-Jasmine-Internはjcdevelopmentspainによって開発されたChromeの拡張機能で、その主な機能は「Creates functional tests from your browser for Nightwatch Jasmine or Intern.」です。
拡張機能のスクリーンショット
Test Recorder | Nightwatch-Jasmine-Intern拡張機能のCRXファイルをダウンロード
Test Recorder | Nightwatch-Jasmine-Intern拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This test recorder let you create functional tests in an easy way. Dont worry about the framework that you're using for your tests, just worry about the test you want to create. Export your test in some of the most important frameworks like Jasmine, TheIntern or Nightwatch*. ¿How? 1.Select your elements to tests like buttons, inputs or any element you want to test in the web. 2.Add the actions: click, type, asserts or any method of the api. 3.Export it to a functional test and include it in your suite. ¡ Start the journey ! *Currently Jasmine and Nightwatch format is not available.
拡張機能の基本情報
名前 | |
ID | kfdbnocoodopacnbliknkiakhaepcoik |
公式URL | https://chrome.google.com/webstore/detail/test-recorder-nightwatch/kfdbnocoodopacnbliknkiakhaepcoik |
説明 | Creates functional tests from your browser for Nightwatch Jasmine or Intern. |
ファイルサイズ | 731 KB |
インストール数 | 74 |
現在のバージョン | 1.2.0 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 2.57/5 合計 7 レビュー |
開発者 | jcdevelopmentspain |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Test Recorder | Nightwatch-Jasmine-Intern", "description": "Creates functional tests from your browser for Nightwatch Jasmine or Intern.", "version": "1.2.0", "devtools_page": "devtools.html", "options_page": "index.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "\/js\/index.js", "\/js\/libraries\/jquery-3.1.1.min.js", "\/js\/libraries\/FileSaver.js", "\/js\/libraries\/Blob.js", "\/js\/libraries\/beautify.js", "\/js\/libraries\/bootstrap.min.js", "js\/bg\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "http:\/\/127.0.0.1\/*" ] } ], "background": { "scripts": [ "js\/bg\/background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Test Automate Extension", "default_icon": "\/images\/icons\/chemistry.png" }, "web_accessible_resources": [ "\/js\/actionsJSON.json" ], "icons": { "16": "\/images\/icons\/chemistry.png", "48": "\/images\/icons\/chemistry48.png", "128": "\/images\/icons\/chemistry128.png" } } |