Component testing doesn't work - no tests are found #17601
Unanswered
paddotk
asked this question in
Component Testing
Replies: 2 comments
-
In addition, a co-worker of mine has the same setup and for him it does work. We can't figure why it doesn't work on my pc.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
-
Hi, we just set up Cypress and got integration testing working in our project. We also want to use Cypress for unit/component testing, but for some reason no tests can be found. The test runner shows the test file, but doesn't seem to recognize the test in it.
Cypress 8.1.0
VueJS 2.6.11
Our setup is this:
Installed packages:
I'm probably missing some config rule, but I can't find anything in the docs or elsewhere.
Beta Was this translation helpful? Give feedback.
All reactions