-
Hello!
Can someone please have a look at possible issue? Sorry if this is not enough of information - please let me know and I'll reply with more details.
The API returned an error: FetchError: …
-
Hello.
Maybe related issue: https://github.com/testing-library/dom-testing-library/issues/44
When running e2e tests for my navigation component on chrome I am getting the following error
```
…
-
## Describe the bug
Cypress 7 recently released an interesting feature called component test runner. It allows to mount a component and run it in isolation, rather than having to run the entire app…
-
A general question about testing with NX, Xplat, Web, Angular, NativeScript and Electron.
I know NX supports generating Cypress code as a standard tool for e2e testing.
What would be a good toolset…
s0l4r updated
2 years ago
-
**Logs and screenshots**
Here is what I mean. "removeNodeById" is the last test in my single test file. As you can see, Cypress is correctly using the coverage:report script I defined in package.json…
-
The gem fails after upgrading an app to Rails 7.2, because `ActiveRecord::ConnectionAdapters::ConnectionPool#lock_thread=` does not exist anymore. There is a deprecation warning as well:
```
$ DIS…
-
### Current behavior
In this new application, which is also bootstrapped with NX, when I run tests in watch mode, with the `nx e2e suppliers --watch` command, the test runner reports one of the fol…
-
- [Motivation ("The Why")](#motivation---the-why--)
* [Example](#example)
* [How](#how)
+ [Current Behaviour](#current-behaviour)
+ [Desired Behaviour](#desired-behaviour)
- [Ex…
-
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 …
-
We tried to run cypress docker image under Jenkins which runs all docker images with non-root account. Unfortunately, this is not possible without hack and modifications in the image itself.
I've i…