-
We would like to add Cypress https://www.cypress.io/ to the project and write some automation tests.
-
### Describe the bug
I am working to automate using Cypress and ZAP together. Previously I would run the ZAP client and specify it as a proxy for Cypress. While attempting to do this in CI with the l…
-
We've had a couple people inquire about running in Concourse CI, especially with parallel runs. Would be nice to get an example.
Also, collecting CI env vars in the test runner will likely be help…
-
A test failed on a tracked branch
```
CypressError: `cy.task('indexEndpointHosts')` failed with the following error:
> resource_not_found_exception
Root causes:
resource_not_found_exception: Tran…
-
### tl;dr: `app-vite 2.0.0-beta.14` broke my Cypress Component tests but I found the fix
Hi,
I upgraded to the `@quasar/app-vite 2.0.0-beta.14`, but unfortunately, it broke my Cypress component…
-
### Current behavior
An error message is output when closing the Cypress Runner using the runner menu although there was no test running.
> We detected that the electron tab running Cypress test…
-
### Current behavior
I also need help, I can install Cypress on Ubuntu 22.04 LTS but it simply stops responding and consequently crashes and displays the following error.
```
The Test Runner unex…
-
A test failed on a tracked branch
```
CypressError: `cy.task('indexEndpointHosts')` timed out after waiting `240000ms`.
https://on.cypress.io/api/task
Because this error occurred during a `before a…
-
### Current behavior
Cypress failed to start when running command `cypress open`
### Debug logs
```Text
> start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e…
-
To reproduce:
```js
it("fails", () => {
cy.visit("https://example.cypress.io");
cy.get(".home-list ul > li")
.sample()
.invoke("text")
.as("commandName", { type: "static" })…