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

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

content: rewrite
triaged

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

content: rewrite

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

content: rewrite

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

content: rewrite
triaged

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

type: bug

### 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. ![image](https://github.com/cypress-io/cypress-documentation/assets/66998419/345be5d5-c487-4f7b-9dfc-7498d33123d9) This is...

content: rewrite

For https://github.com/cypress-io/cypress/pull/27934

type: feature

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

CT