Protractor Recorder
Records Protractor E2E test scripts
什麼是Protractor Recorder?
Protractor Recorder是由Natosoft Ireland開發的Chrome擴展程式,該擴展的主要功能是“Records Protractor E2E test scripts”。
擴展截圖
下載Protractor Recorder擴展crx文件
下載Protractor Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A recorder built for Protractor E2E tests To use go to the tab you wish to start tests on, open chrome dev tools by clicking F12 or right clicking and clicking inspect you will see a protractor tab to start recording simply click, type etc.. on the current page the plugin will write the code along while your going through each section/page of your app.
擴展基本資訊
名稱 | Protractor Recorder |
ID | ebfpgeghginolinmdhlbecaahehoijlh |
官方網址 | https://chromewebstore.google.com/detail/protractor-recorder/ebfpgeghginolinmdhlbecaahehoijlh |
簡介 | Records Protractor E2E test scripts |
檔案大小 | 19.18 KB |
安裝次數 | 1,714 |
目前版本 | 2.0.0 |
更新時間 | 2018-07-25 |
上架時間 | 2018-07-25 |
評分 | 1.33/5 共 3 次評分 |
開發者 | Natosoft Ireland |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Protractor Recorder", "version": "2.0.0", "description": "Records Protractor E2E test scripts", "devtools_page": "devtools.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |