-
**Description**
Offline support is becoming important to web applications. It would be nice to switch the browser to the offline mode from Cypress either by test or for all tests and run it. If might …
-
### Current behavior
Our E2E tests are running extremely slow right now. We have a Vue app that we just switched over to Vite from vue-cli. The slow down seems to be related to using Vite as that's…
-
**Description**
As mentioned here https://docs.cypress.io/v1.0/docs/type#section-typing-tab-key-does-not-work. For accessibility testing I need to be able to tell the keyboard to press tab. If `cy.ta…
-
I think it can be nice to be able to run e2e (cypress) tests with mocked API
it seems that there is no java installed in the docker image.
it would be nice to have java installed and examples for …
-
Is there a sample angular app with cypress plugin? I followed docs but still unable to set it up correctly. Can you please provide a working sample ?
-
### Current behavior
We started migrating our project from CRA to Vite and we have almost 300 component and 40 E2E Cypress tests in place. Unfortunately, after fixing all the other issues, we are s…
-
### Current behavior
We run in an Azure pipeline and after upgrading to 13.8.1, we are experiencing that many tests are just being skipped. This did not happen before and the code did not change out…
-
### Describe the Bug
while running cypress component with plugin cypress-plugin-visual-regression-diff, getting below error
command executed: npx nx run-many -t component-test -p bindings-ng-pos …
-
I am submitting a pull request from https://github.com/espressif/esp-idf-cxx repository and have signed CLA many times since yesterday. Repository does not recognize the signature, it does not sync an…
-
After repeatedly running a test with a call to `cy.task("dbQuery"...` I get warnings:
```
WARNING: Creating a duplicate database object for the same connection.
at module.exports (e2e-tests/n…