cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Closes #4760 What do we think of this? Questions: - Do we want it before or after listing the benefits? - Should we add some custom design element to make...
### Current behavior When i'm comparing `(===)` or `expect().to.equal` instances of Singleton class, or just any static member of any class, that are returned from method invoked via Cy.Command (or...
Closes #4704
This addresses #4700. Adds a Best Practices section suggesting use of the Dashboard to reduce test duration / load.
The example I modified in this PR does not work unless the quotes are removed. Ie. it needs to be a JavaScript regex, not a string of a regex. If...
Add `cypress-html-validate` to the plugin list. As far as I can tell I followed the [contribution guidelines for plugins](https://github.com/cypress-io/cypress-documentation/blob/master/CONTRIBUTING.md#adding-plugins).
For example, call out the value props of the Dashboard in the index page of CI guides (e.g. /guides/continuous-integration/introduction), as well as the provider-specific pages (e.g. /guides/continuous-integration/circleci).
doesn't really matter but the JS version has quotes and the JSX version doesn't..
Updating the v9 config page with the content from the legacy config page on the v10 site.