-
### Current behavior
I used to disable Discord and Stripe errors inside of a `cy.origin` block like so:
```ts
cy.origin(
'https://checkout.stripe.com',
{ args: { expiryD…
-
I recently upgraded the Cypress version to `13.6.1` from `9.6.x` and the coverage reports stopped working. Followed all the steps mentioned in this guide https://docs.cypress.io/guides/tooling/code-c…
-
### What would you like?
`cy.visit()` should itself accept the option `baseUrl: null`.
Then it can be disabled on a case-by-case basis without impacting an entire test by specifying in options for…
-
### Current behavior
When WebKit is installed, `cypress info` fails to list it. On a GitHub-hosted `windows-2022` runner, where Chrome, Edge and Firefox are installed by default, only these browser…
-
I am able to generate report when there is no cypress-parallel but when I have used cypress-parallel command then code-coverage report is generating but random test cases were failing due to below err…
-
Original comment here: https://github.com/cypress-io/cypress/issues/3324#issuecomment-542414532
- We need to clearly communicate best practices around performing screenshot comparison.
- We need t…
-
**Description:**
This task involves adding a connector for the Fiserv functionality in Cypress.
For reference, similar connectors have already been implemented in the repository. You can refer to…
-
I'm using Cypress to do system on our Rails application and simplecov to generate the coverage report, but simplecov only generate the reports when the rails server process is terminated with sucess …
-
### Current behavior
The [example page](https://github.com/sirjackal/cypress-mq-issue) links two CSS files. One with and one without `media` attribute:
```html
```
When the test is r…
-
### Current behavior
I'm using `@testing-library/cypress` as a demonstration since it's the library I use in my project, so I'm not sure if this is a Cypress issue or @testing-library issue.
Seem…