Karma is skipping all tests in project. #84
-
Hi, Having trouble getting this extension configured in our angular project. After installing it can successfully discover the majority of the tests, but trying to run any just ends up skipping all of them. I'm struggling to figure out why. Any help would be appreciated. Attached is our karma.conf and the server log. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm not sure why that might be happening. The extension relies on Karma to run the tests, and only reports the results in the VSCode UI. If there are no focused tests and the tests themselves are not disabled but are being skipped, that indicates that Karma is skipping the tests. I would take a look at the project's setup or perhaps the execution environment. |
Beta Was this translation helpful? Give feedback.
Looks like we had an outdated karma-jasmine package, issue is resolved after updating.