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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cypress Chrome Recorder

قم بتنزيل ملفات الامتداد Cypress Chrome Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}