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 |
公式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 |
Eメール | [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" } |