"Your tests are loading..." stays on screen forever #21468
Unanswered
kripa644
asked this question in
Component Testing
Replies: 1 comment
-
This repo might help https://github.com/muratkeremozcan/react-hooks-in-action-with-cypress |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When I run
cypress open-ct
and selecterror.spec.tsx
, cypress is stuck in the "Your tests are loading..." screen. This only happens for component testing and E2E tests are working fine.Here's my folder structure:
and my
cypress.json
:and
cypress/plugins/index.js
:and these are the newly added dependencies for component testing:
Beta Was this translation helpful? Give feedback.
All reactions