cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

Results 301 cypress-documentation issues
Sort by recently updated
recently updated
newest added

In the Kitchen Sink example repo, commit ab10094 as of Apr 14, 2022, unified "start:ci" and "start:ci:windows" run scripts and merged into "start". This documentation now correctly reflects that.

Add docs on new test isolation configuration option. Added a section to describe what test isolation is and how Cypress handles it. Closes #4503

I tried to use mount() with Vue 2 and props options but not working. ``` mount(Stepper, { props: { initial: 100 } }) ``` The correct example is ``` mount(Stepper,...

Proposed configuration returns Cypress not defined in a real use case. ```js const { defineConfig } = require('cypress') module.exports = defineConfig({ // setupNodeEvents can be defined in either // the...

This update adds an extra item to the Next Steps list to encourage investigation & setup of the Dashboard.

content: new
section: guides

One more update to add more Dashboard advocacy to the Why Cypress page. This adds extra copy to the Features section to better surface the unique benefits of Dashboard subscription.

content: new
section: guides

This, possibly contentious, change adds language to the Our Mission section that emphasizes the analysis of test results as a key differentiator of Cypress in general, and by inference the...

content: new
section: guides