cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
LayerCI rebranded to webapp.io, context here: https://webapp.io/blog/layerci-has-rebranded-to-webapp-io/ This PR does the following: - Removes the stale example referencing LayerCI - References the correct documentation for the Cypress example with webapp.io...
This PR is focused on improving the documentation related to end-to-end (E2E) testing with Cypress and [Descope](https://www.descope.com/). It introduces a new guide titled "Descope Authentication," which provides comprehensive instructions on...
### Subject Guidelines ### Description I only see reference for
### Subject Clear description for "trashAssetsBeforeRun" ### Description I already opened a discussion for this topic but I didn't get a response. https://github.com/cypress-io/cypress/discussions/28665 So my question is the following: >...
### Subject Guides ### Description I'm trying to follow along with https://docs.cypress.io/guides/end-to-end-testing/okta-authentication#Adapting-an-Okta-App-for-Testing and I notice the variable `authService` being used and I can't figure out where it comes from (what...
### Subject API ### Description It seems like the usage of `ensure*` methods documented in [Custom Queries](https://docs.cypress.io/api/cypress-api/custom-queries) has changed to `Cypress.ensure.*`, as seen in https://github.com/cypress-io/cypress/pull/24697. I would open a PR...
### Description When I searched 'API', I got seemingly blank results when I expected to go to help docs on how to do API requests ### URL of Issue(s) https://docs.cypress.io/...
### Subject Component Testing > Overview > Supported Frameworks ### Description [Supported Frameworks](https://docs.cypress.io/guides/component-testing/overview#Supported-Frameworks) lists framework versions with a base version and a "+" to indicate later versions.  This is...
For https://github.com/cypress-io/cypress/pull/27934
### What would you like? The next12 example from Mike Plummer is nice, but needs to be updated for next13 https://github.com/mike-plummer/nextjs-cypress-ct-example/blob/9110384cc8a2fad869104ffb0c75b92990fb3e5b/cypress/support/component.js#L37 We need a way to make `useRouter()` work in...