-
A test failed on a tracked branch
```
AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Action pending.' but never did.
at waitForCommandToBeExecuted (webpack:///./task…
-
**Is your feature request related to a problem? Please describe.**
Unit tests aren't enough to ensure that Druxt is working. End 2 end tests need to be added.
**Describe the solution you'd like**
…
-
### Current behavior
When starting Cypress Component Testing in a fresh Angular project, it logs many warnings:
```
WARNING in C:/Sandboxes/Experiments/cypress-component-testing-typescript-warnin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
A test failed on a tracked branch
```
CypressError: `cy.task('deleteIndexedFleetEndpointPolicies')` failed with the following error:
> Request failed with status code 400
https://on.cypress.io/api/…
-
- configure cypress runner
- figure out how to log in automatically without a github account in cypress tests
- figure out how to use fixtures/populate db with sample data
-
### What would you like?
Test Cypress with current WebKit ~~`17.x`~~ `18.x` instead of `16.0`.
### Why is this needed?
The current version of WebKit is ~~`17.4`~~ `18.0`.
CircleCI tests wi…
-
Want to contribute for hactoberfest? Help us improve our frontend E2E testing. We use a framework called Cypress and would like to extend the E2E testing to more CRUD based operations in our frontend …
-
### Describe the Bug
If we use matchImage we get different screenshots on cypress run and cypress open
https://clip2net.com/s/4jl5O81
### Steps to reproduce
1) create any tests
2) use cy…
-
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 …