-
### Current behavior:
There is no possibility to add default headers for the `cy.request` command. The only way to add such headers is to overwrite this command
### Desired behavior:
The possibil…
-
### Current behavior
If a feature file includes examples (no matter if they are used or not) attach does not work.
### Desired behavior
'attach' working with examples
### Test code to repr…
-
### Current behavior
I recently noticed that our e2e tests periodically fail the first run and then randomly hang on the retry run. After outputting cypress logs via `DEBUG='cypress:*'` I found th…
-
### Current behavior
I like to define project structure like the below so I can access .feature files from different frameworks implementation (UI on Cypress, API on Java etc.):
```
.
├── _featu…
-
Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that it works in Cypress 10.
For more information, here…
admah updated
2 years ago
-
### Current behavior
When I run my tests in local or jenkins, I do see this error mentioned below-
The error is way random and I am not able to understand at what point this error is coming.
Bec…
-
Hello guys,
I am getting this `Cannot call cy.window() outside a running test.` error with cypress 13.14.2 when I want to test web3-mock.
Here is the simple code:
```typescript
import { Give…
-
### Current behavior
I'm migrating from cypress-cucumber-preprocessor, and after adjust the config files, it says that the file doesn't have any tests.
I've created a sandbox `EXACLTY` as my loc…
-
## Is this a bug report or a feature request? bug report
- expected behavior: After server is up and tests have completed running the server should stop and exit without error.
- actual behavior…
-
## Problem
I am using AWS Appsync as my graphQL server and when I trigger/return an error from the api, the relay useLazyLoadQuery crashes.
## Environment
```
"dependencies": {
"@testing…