cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
This work should be done by engineering, not DX
Adds [@mavrou/cy-graphql](https://github.com/dimavroudis/cy-graphql) to the plugins list page. @mavrou/cy-graphql adds a list of commands that wrap `cy.intercept` and `cy.request` that makes working with GraphQL easy. - [x] 🚀 Works with the...
## I'm submitting a ``` [ ] Bug report [ ] Content update [X] Process update (build, deployment, ... ) ``` ## Type of changes Cypress updates are moving FAST...
related to issue #1542
add @frsource/cypress-plugin-visual-regression-diff to the plugins page new plugin conforms to the ["Adding Plugins" documentation](https://github.com/cypress-io/cypress-documentation/blob/master/CONTRIBUTING.md#adding-plugins) this plugin works both with e2e & component-testing and with Cypress 10
Fixes links to the cypress-example-kitchensink repo that had been broken by a file structure change
DX-737
https://github.com/cypress-io/cypress-documentation/blob/d65d514784979070c7d03f65283554a8ce737d5b/content/guides/continuous-integration/introduction.md?plain=1#L340 The link above has the follow text. What does "intelligent caching" mean? - **Do not** cache `node_modules` across builds. This bypasses more intelligent caching packaged with `npm` or `yarn`,...
Hello everyone! I ❤️ Cypress - it is an *amazing* product. Thanks for your work on it. I've found myself doing more and more work lately using [devcontainers](https://code.visualstudio.com/docs/remote/containers) as my...