cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
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.
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.
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...