cypress icon indicating copy to clipboard operation
cypress copied to clipboard

Fast, easy and reliable testing for anything that runs in a browser.

Results 1422 cypress issues
Sort by recently updated
recently updated
newest added

### User facing changelog Creates and adds types to `Cypress.ensure` API, which can be useful for creating custom queries. This new API is based off the previously undocumented `cy.ensure*` methods,...

### Current behavior: ```js cy.get('#me').should('not.exist') // retries chain cy.customGetById('me').should('not.exist') // does not retry ``` https://github.com/cypress-io/cypress/issues/1210#issuecomment-359075731 ### Desired behavior: ```js cy.customGetById('me').should('not.exist') // retries custom get if "should" fails ``` ### Versions...

type: enhancement
pkg/driver
stage: pending release
topic: plugins ⚙️

### What would you like? Blog post highlighting the benefits of Cypress Component Testing for developers specifically.

stage: review

### What would you like? An additional option within `SetCookieOptions` for `cy.setCookie(name, value, options)` that allows for setting an exact domain without a prepended period as described in https://github.com/cypress-io/cypress/issues/1896 ....

type: unexpected behavior
topic: cookies :cookie:

### What would you like? Would like a way of getting existing aliases / intercepts in order to check if an alias already exists or not, since `cy.get(@alias)` throws an...

type: feature
routed-to-e2e
E2E
topic: cy api

- Closes https://github.com/cypress-io/cypress/issues/24734 ### User facing changelog Using the returned payload by the cloud, we should be able to show an error message displaying the mismatch information when `CLOUD_PARALLEL_GROUP_PARAMS_MISMATCH` is...

### Current behavior Follow-up from here: https://github.com/cypress-io/cypress/issues/22948#issuecomment-1322388915 We test a site that contains a Quantcast consent modal and receive an error which says that `window.__tcfapi` is undefined. This comment sums...

### Current behavior After selecting Electron for e2e tests, loading takes about 5 minutes. No such issue with Chrome and Firefox. Persistent on 11.0 - 11.2. ![Screenshot_20221123_114758](https://user-images.githubusercontent.com/46111941/203516176-79ab7073-2659-4c72-b1f1-efcb3e7bade6.png) ### Desired behavior...

### Current behavior During the execution of Cypress test, after almost 2 minute, the test crashed suddenly. ### Desired behavior The test should complete the code until the end of...

### Current behavior When running the `cypress run` command on Gitlab CI, there is a probability that after a specific page is visited in a test case, the CI job...

CI