Blacklite / Ncapsulate

NuGet and MSBuild wrappers around various Node based tools.
MIT License
29 stars 9 forks source link

Karma with Configuration #8

Open bountin opened 10 years ago

bountin commented 10 years ago

When specifying karma with a configuration file it is not starting in single run mode. karma.cmd start karma.conf.js --single-run => Starts and does a single run karma.cmd start --single-run karma.conf.js => Starts normally (not single run)

For direct usage of the cmd file this is not a problem (except being aware of it), but using the build target fails if you are giving it a ConfigFile option. Therefore the whole build hangs without any error message (and the tests are not run).

david-driscoll commented 10 years ago

This should be easy enough to pull the single-run out and set it after the command.

I'll see if I can get to this, this weekend.