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

Community framework definitions that cannot be parsed by Cypress will now be listed with a warning in the Launchpad, we want the docs page to mention these warnings.

### Description When Cypress tests fail, I expect allure reports to have failed screenshot automatically attahed ### URL of Issue(s) N/A ### Steps to replicate List of dependencies and versions...

type: bug

### Description Cypress clock fast forward the time but not restores it to original within same tests ### URL of Issue(s) https://docs.cypress.io/api/commands/clock#Examples ### Steps to replicate I am able to...

type: bug

.scrollIntoView() is unsafe to chain further - update example to show valid example Closes #5002 Closes #5160

### Subject api ### Description https://docs.cypress.io/api/commands/scrollintoview states that "[i]t is [unsafe](https://docs.cypress.io/guides/core-concepts/retry-ability#Only-queries-are-retried) to chain further commands that rely on the subject after `.scrollIntoView()`." However, two examples on the page chain `.should('be.visible')`...

content: rewrite

The second example for pattern matching in the docs for `cy.intercept()` doesn't actually use regex for the `method` field. When using this example in a test, the intended behaviour (`PUT`...

### Subject Coverage ### Description The code coverage sections shows a babel config using the `"transform-class-properties"`. This package no longer works with Babel v7 and higher, and according to Babel...

content: rewrite

Document how you can set timezone for browsers

We refer to WebKit in several parts of our documentation, it would make sense to include it in the "Why Cypress?" overview as well.

### Description Previously working Netlify previews now give HTTP 404 not found errors. New PRs no longer receive a comment with a preview link. ### URL of Issue(s) https://deploy-preview-5803--benevolent-cat-040f48.netlify.app/ ###...

type: bug