cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Add usage of CYPRESS_DOWNLOAD_PATH_TEMPLATE in npmrc. This documentation PR should be merge once #19914 is addressed. A PR addressing [cypress-io/cypress#19914](https://github.com/cypress-io/cypress/issues/19914) is available at [cypress-io/cypress#20698](https://github.com/cypress-io/cypress/pull/20698) Todo: - [ ] Mention that...
Related to: https://github.com/cypress-io/cypress/issues/467
Added cypress-tesults-reporter to plugins.json.
### Subject then command ### Description https://docs.cypress.io/api/commands/then#The-number-subject-is-changed-by-returning ```js cy.wrap(1) .then((num) => { cy.wrap(num).should('equal', 1) // true return 2 }) .should('equal', 2) // true ``` When I try this I get...
cypress-window-helper aims to switch and interact with pop-up windows opened within the UI. This adds 3 custom commands that will help you catching pop-up and/or new tabs, interaction with them...
closes #4559 see: https://github.com/cypress-io/cypress/issues/22059 for discussion
### Subject devServer option for component testing ### Description In the current version of the component testing documentation about [custom dev servers](https://docs.cypress.io/guides/component-testing/component-framework-configuration#Custom-Dev-Server), it says: > A custom function can be...
This should be done by engineering, not DX