-
We've fixed the most egregious flaky tests, but we still have a total of 7 low severity tests which are flaky less than 10% of the time. The more of these that we can fix, the happier our life will be…
-
Tester la compatibilité dans divers environnements (OS, browsers, VMs, etc.)
```
- name: Firefox Browser Tests
uses: cypress-io/github-action@v1
with:
browser: f…
-
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
For example if I try to do:
```bash
cy.get('#tableId').contains('td','example').should('have.length', 1)
```
In case there is a slow loading of data in the table, the “ge…
-
### Current behavior
Executing `yarn start` as described in the [CONTRIBUTING > Getting Started](https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md#getting-started) section results …
-
### Current behavior
Starting from `11.0.0` Cypress uses the `cafile` value defined in `.npmrc` which I guess is a sane default but I have a unique use case where I need to download my npm packages…
-
This happens whenever a new version of Cypress is released.
I have a locked version 13.14.0 in package.json, but the runner installs the latest version and as a result Cypress fails with the error …
-
### Current behavior
cypress stuck after clicking and post request hang up
### Desired behavior
cypress should continue to the next page
### Test code to reproduce
```
it("save form anonymous befo…
-
Now after improving the Algolia search for main documentation site https://github.com/cypress-io/cypress-documentation/issues/2668 (which includes scrubbing these examples too, but with lower rank), i…
-
### Current behavior
Getting an error `Timed out retrying after 20000ms: Cannot read properties of undefined (reading 'length')` when trying to add functionality to .type()
```
Timed out retrying…