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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cypress Chrome Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}