cypress icon indicating copy to clipboard operation
cypress copied to clipboard

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

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

### Current behavior When you have multiple tests reaching out to the same path, intercepts leak between tests. There are a few close related to same thing and they suggest...

stale

### Current behavior When testing a Stripe Checkout workflow the `stripe.redirectToCheckout` or the redirected page breaks out of the iframe and instead of completing the test just hangs. ### Desired...

type: bug
E2E
prevent-stale
Triaged

- Closes ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [ ] Have tests been added/updated? - [ ] Has...

### Current behavior Hi, everyone I'm try to run cypress e2e test on arm64(aarch64) environment. 1. I got cypress docker image for arm64 from https://hub.docker.com/r/cypress/included/ , but found the image...

topic: installation
Needs Reproduction

# DO NOT SQUASH!!!!! - Closes n/a ### Additional details The only real merge conflict was in `packages/server/lib/browsers/cdp_automation.ts`. ### Steps to test ### How has the user experience changed? ###...

### Current behavior ### Setup 1. `experimentalWebKitSupport: true` 2. Docker running (CRA) application on http://server.local:3000 3. Docker of cypress/base:18.16.0 running tests 4. Docker bridge network 5. /etc/hosts contains ` server.local`...

experiment: webkit
E2E
Triaged

This is a GA placeholder for webkit support. See #6422 for historical webkit info.

type: feature
Epic
experiment: webkit

### What would you like? I would like a clear message that WebKit cannot be launched on my MacOS version. Currently, I select WebKit and click the green Start button,...

type: enhancement
browser: webkit
experiment: webkit
E2E
Triaged

After removing the `experimentalSessionAndOrigin` flag, the following test started to fail: https://github.com/cypress-io/cypress/blob/d7e148f8cde4f74300bec3a3e2fa55ed3139d6fd/system-tests/test/video_compression_spec.js#L74 We need to investigate the cause and remove the TODO.

browser: webkit
experiment: webkit

### Current behavior If you use `npm link playwright-webkit` to link to a version of playwright-webkit previously installed globally via `npm install -g playwright-webkit` then the version reported by Cypress...

experiment: webkit
E2E
Triaged