cypress
cypress copied to clipboard
Fast, easy and reliable testing for anything that runs in a browser.
### 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...
### 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...
- 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...
# 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`...
This is a GA placeholder for webkit support. See #6422 for historical webkit info.
### 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,...
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.
WebKit browser version reported as 0 when linking to a globally installed playwright-webkit package
### 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...