diff --git a/source/_data/plugins.yml b/source/_data/plugins.yml index 8ca4cc2b49..e7fe8c5c10 100644 --- a/source/_data/plugins.yml +++ b/source/_data/plugins.yml @@ -102,6 +102,11 @@ link: https://github.com/cypress-io/instrument-cra keywords: [coverage] + - name: '@cypress/fiddle' + description: Quickly generates Cypress tests from HTML and JS code + link: https://github.com/cypress-io/cypress-fiddle + keywords: [prototype] + - name: 'npm-cy' description: This GitHub Action for npm enables arbitrary actions with the npm command-line client, including testing with cypress.io and publishing to a registry. link: https://github.com/bartlett705/npm-cy diff --git a/source/guides/guides/debugging.md b/source/guides/guides/debugging.md index 4c7c93f04a..a6a58bbead 100644 --- a/source/guides/guides/debugging.md +++ b/source/guides/guides/debugging.md @@ -93,6 +93,10 @@ All of Cypress's commands, when clicked on within the {% url "Command Log" test- {% imgTag /img/api/type/console-log-of-typing-with-entire-key-events-table-for-each-character.png "Console Log type" %} +# Cypress fiddle + +While learning Cypress it may be a good idea to try small tests against some simple HTML. We have written a {% url @cypress/fiddle https://github.com/cypress-io/cypress-fiddle %} plugin for this. It can quickly mount any given HTML and run some Cypress test commands against it. + # Troubleshooting Cypress There are times when you will encounter errors or unexpected behavior with Cypress itself. In this situation, we recommend checking these support resources **first**.