Skip to content

Issues with testing with Chrome-headless #189

@Wolfgang51

Description

@Wolfgang51

Hey there, I am trying to run test using chrome-headless. Per the documentation I ran the following commands inside my project

npm install karma karma-cljs-test --save-dev
npm install -g karma-cli
npm install karma-chrome-launcher karma-firefox-launcher --save-dev

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions