Cypress Chrome Recorder

Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.

Cypress Chrome Recorder là gì?

Cypress Chrome Recorder là một tiện ích mở rộng Chrome được phát triển bởi chromedev, và tính năng chính của nó là "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cypress Chrome Recorder

Tải xuống các tệp mở rộng Cypress Chrome Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cypress Chrome Recorder Cypress Chrome Recorder
ID fellcphjglholofndfmmjmheedhomgin
URL Chính Thức https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin
Mô tả Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Kích Thước Tệp 33.64 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2022-08-17
Đánh Giá 3.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển chromedev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}