Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_data/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions source/guides/guides/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down