Angular NgRx testing fails #23851
Unanswered
directcuteo
asked this question in
Questions and Help
Replies: 2 comments 1 reply
-
Have you tried using Angular Component Testing? https://docs.cypress.io/guides/component-testing/quickstart-angular |
Beta Was this translation helpful? Give feedback.
0 replies
-
I started that too, but can I use a real server while using Angular Component Testing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a simple test that should check if I have rows in the table. The rows in the table are rendered from the NgRx state.
With the new cypress version, it seems that the following code is failing.
What is a good way of testing using Angular's NgRx feature? Thank you!
Error I get:
Angular version: 14.2.1
NgRx version: 14.3.1
Cypress version: 10.8.0
Beta Was this translation helpful? Give feedback.
All reactions