reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Reaction test command doesn't work on windows #33

Closed hrath2015 closed 7 years ago

hrath2015 commented 7 years ago

reaction test gives the error-->

SERVER_TEST_REPORTER is not recognized as an internal or external command,
operable program or batch file.

If we can remove the reporter env variable (SERVER_TEST_REPORTER) based on platform (in case of windows let it use default spec reporter), users can use reaction test. Right now to run on windows user need to run command: meteor test --once --full-app --headless --driver-package dispatch:mocha

Also I tried to run in gitbash on windows but same error.

jshimko commented 7 years ago

Fixed in v0.8.4. Let me know if that works for you.

hrath2015 commented 7 years ago

Great it worked thanks... 👍