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."입니다.

확장 프로그램 스크린샷

screenshot

Cypress Chrome Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}