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

### Description The favicon.svg is supposed to adapt its color depending on the background. That does not work very well in Google Chrome and in some cases the `cy` letters...

type: bug
triaged

### Subject README ### Description The "first-timers-only" badge at the top of this ([cypress-io/cypress-documentation](https://github.com/cypress-io/cypress-documentation)) repo's [README.md](https://github.com/cypress-io/cypress-documentation/blob/main/README.md) links to the undefined label [first-timers-only](https://github.com/cypress-io/cypress-documentation/labels/first-timers-only), so it is of no use in its...

content: rewrite
triaged

### What would you like? The [cypress-example-conduit-app](https://github.com/cypress-io/cypress-example-conduit-app) is mentioned in several places in the docs to demonstrate code coverage. It's my understanding that the realworld app has code coverage set...

content: rewrite
good-first-issue

### Description The use of experimentalModifyObstructiveThirdPartyCode: true is affecting a flow with reCAPTCHA configured for a testing environment. The reCAPTCHA goes into a loop and does not enable the "Enter"...

type: bug

### Subject chaining after .clear() ### Description The documentation (and the linting) says, that it is unsafe to chain commands after .clear(). https://docs.cypress.io/api/commands/clear#__docusaurus_skipToContent_fallback But the same documentation has an example...

content: rewrite
triaged

**Related issue:** https://github.com/cypress-io/cypress/issues/3098 **@Bkucera said:** Hi @silbinarywolf , you should be able to use the Preprocessor API to modify how cypress watches files and reloads Does this help? **I replied...

content: new
section: guides
stage: ready for work
triaged

### Description When I go to the click docs click#Assertions under it says ".click()will automatically retry until all chained assertions have passed." At core-concepts/retry-ability it says "Cypress will not retry...

type: bug
triaged

https://docs.cypress.io/guides/continuous-integration/github-actions#Testing-in-Chrome-and-Firefox-with-Cypress-Docker-Images without build and start: ```zsh ... Cypress could not verify that this server is running: > http://localhost:3000 We are verifying this server because it has been configured as your...

### Subject Command Line Guide ### Description On Windows Powershell, [using `--env` with multiple values](https://github.com/cypress-io/cypress/issues/26777) does not work as documented because it changes the comma to a space. This isn't...

content: rewrite
good-first-issue

### Description One the main website (https://www.cypress.io/), the code block demonstrating writing tests does not have a horizontal scroll but some text overflows and is not visible. ### URL of...

type: bug
triaged
E2E