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

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

content: new
section: api
triaged

Added cypress-tesults-reporter to plugins.json.

section: plugins

### 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...

content: rewrite

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...

section: plugins

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...

content: rewrite