Cypress Chrome Recorder

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

Co to jest Cypress Chrome Recorder?

Cypress Chrome Recorder to rozszerzenie Chrome opracowane przez chromedev, a jego główną funkcją jest „Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cypress Chrome Recorder

Pobierz pliki rozszerzeń Cypress Chrome Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Cypress Chrome Recorder Cypress Chrome Recorder
ID fellcphjglholofndfmmjmheedhomgin
Oficjalny URL https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin
Opis Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.
Rozmiar pliku 33.64 KB
Liczba instalacji 9,000
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-04-21
Data Publikacji 2022-08-17
Ocena 3.00/5 Łącznie 14 Oceny
Deweloper chromedev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}