Cy-Fi
Records user actions on a web page and generates Cypress code for automation and testing.
Qu'est-ce que Cy-Fi ?
Cy-Fi est une extension Chrome développée par gaurav.samdani.ally, et sa fonction principale est "Records user actions on a web page and generates Cypress code for automation and testing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cy-Fi
Téléchargez les fichiers d'extension Cy-Fi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Introducing Cy-Fi, the Cypress Code Generator that simplifies automation testing by recording your actions and generating Cypress code for you. This extension allows you to easily record your interactions with web pages and then automatically generates Cypress code that can be used to repeat those actions during automated testing. With this extension, you can quickly and easily create comprehensive test suites that cover all of the functionality of your web application, without the need for manual coding. Try it out today and see the difference it can make in your automation testing workflow. What are the features? * Uses cypress commands from @testing-library/cypress for identifying HTML elements to follow best practices in automation. * User-friendly interface and easy navigation. * Records clicks, typing, web navigations and form submissions. * Automatically generates Cypress code from recorded actions. * A code editor to edit, delete or reset the actions you performed. * Pause and resume recording. * Copy the generated code to your clipboard. * Find the best selector of an element by inspecting it. * Provides different cypress commands to play with. * Add cypress assertions based on the element. How to use? * Open the extension and click on 'Play' button to begin recording actions. * Check your actions by opening the popup at any time during recording * Click the 'Stop' button to stop recording. * Click the 'Resume' button to resume recording. * You can also reset, or copy the generated code to your clipboard. * Click on 'Inspect' button to start inspecting an element. - Click on an HTML element to get it's cy selector. - Press 'ESCAPE' key to continue the inspection. * You can rearrange different cypress commands in the settings tab. * To use assertions: - Start the recording by clicking on the play button. - Hold ALT(Win)/OPTION(Mac) + RIGHT CLICK on any HTML element to get list of assertions. - Select one of the assertions and provide any additional input if required to generate cypress code for that assertion
Informations de Base sur l'Extension
Nom | Cy-Fi |
ID | pgofdpaacanjbcchniaehpiobldjcgcn |
URL Officiel | https://chromewebstore.google.com/detail/cy-fi/pgofdpaacanjbcchniaehpiobldjcgcn |
Description | Records user actions on a web page and generates Cypress code for automation and testing. |
Taille du Fichier | 1.01 MB |
Nombre d'Installations | 144 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-08-10 |
Date de Publication | 2023-05-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | gaurav.samdani.ally |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cy-Fi", "author": "Ally Bank", "version": "1.0.2", "description": "Records user actions on a web page and generates Cypress code for automation and testing.", "manifest_version": 3, "permissions": [ "webNavigation", "activeTab", "storage" ], "icons": { "16": ".\/assets\/images\/16x16.png", "32": ".\/assets\/images\/32x32.png", "48": ".\/assets\/images\/48x48.png", "128": ".\/assets\/images\/128x128.png" }, "content_scripts": [ { "matches": [ " |