Cypress Chrome Recorder
Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Cypress Chrome Recorderคืออะไร?
Cypress Chrome Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chromedev และคุณลักษณะหลักของมันคือ "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cypress Chrome Recorder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |