Cypress Chrome Recorder
Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
什麼是Cypress Chrome Recorder?
Cypress Chrome Recorder是由chromedev開發的Chrome擴展程式,該擴展的主要功能是“Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.”。
擴展截圖
下載Cypress Chrome Recorder擴展crx文件
下載Cypress Chrome Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to quickly export recordings from Chrome DevTools Recorder as Cypress tests. Once installed, a new export option will appear in the Recorder panel labeled "Export as a Cypress Test script". Click that and download the exported code as a file. Make sure to save the file with the extension `.cy.{ts,js)` if you are using Cypress >= 10. For more information about the Cypress Chrome Recorder, please watch https://youtu.be/-RJuZrq-wOk
擴展基本資訊
名稱 | Cypress Chrome Recorder |
ID | fellcphjglholofndfmmjmheedhomgin |
官方網址 | https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin |
簡介 | Cypress extension for DevTools that allows you to export tests directly from the Recorder panel. |
檔案大小 | 33.64 KB |
安裝次數 | 9,000 |
目前版本 | 1.1.2 |
更新時間 | 2023-04-21 |
上架時間 | 2022-08-17 |
評分 | 3.00/5 共 14 次評分 |
開發者 | chromedev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.2", "name": "Cypress Chrome Recorder", "description": "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.", "permissions": [], "icons": { "16": "img\/icon_16x16.png", "32": "img\/icon_32x32.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "devtools_page": "DevToolsPlugin.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "104.0.0.0" } |