karma-runner / karma

Spectacular Test Runner for JavaScript
http://karma-runner.github.io
MIT License
11.94k stars 1.71k forks source link

Unable to change testing framework #1725

Open oliversalzburg opened 8 years ago

oliversalzburg commented 8 years ago

The first question in the karma init process asks for the testing framework to use, jasmine is pre-selected. I want to use mocha.

This is on Windows 8.1 with the Windows Command Prompt.

gluons commented 8 years ago

I have same problem with Windows 10.

dignifiedquire commented 8 years ago

Windows cli + node.js keeps on giving..

oliversalzburg commented 8 years ago

Well, I'd love to use MINGW, but #1724. Is there anything I can do to help?

dignifiedquire commented 8 years ago

@oliversalzburg my solution for fixing this is replacing the cli handling with either

those are dedicated libraries that handle all the cross platform issues around cli input and should make it much more stable.

oliversalzburg commented 8 years ago

@dignifiedquire I'd love to help with this, but I can only offer to test at this time. Unless this is just a minor change, but it doesn't sound like it.