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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cypress Chrome Recorder
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } |