You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run my tests with lein doo chrome-headless test once I get the following error
;; ======================================================================
;; Testing with Chrome-headless:
'karma' is not recognized as an internal or external command,
operable program or batch file.
Subprocess failed
I checked to make sure all the modules exist and they do, they are located in ./npm-modules/. Moreover, I ran karma start inside the node_modules\.bin and it didn't throw an error. Any ideas?
The text was updated successfully, but these errors were encountered:
After some digging and debugging I found the issue was with Windows specifically. I have a suspicion that npm had updated and installs karma in a different directory that it used too. The reason I say that is that the setup of doo, karma and chrome-headless used to work for us. To fix our issue, we manually pointed doo to karma by adding the following to our project.clj
Hey there, I am trying to run test using
chrome-headless
. Per the documentation I ran the following commands inside my projectWhen I run my tests with
lein doo chrome-headless test once
I get the following errorI checked to make sure all the modules exist and they do, they are located in
./npm-modules/
. Moreover, I rankarma start
inside thenode_modules\.bin
and it didn't throw an error. Any ideas?The text was updated successfully, but these errors were encountered: