cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
### 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...
### 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...
### 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...
### 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"...
Documentation says it's unsafe to chain after .clear() but has an example with .clear().type("xyz")
### 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...
**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...
### 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...
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...
### 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...