Closed bmatzner closed 10 years ago
There is no need to edit the karma.conf.js
manually, the gulp-inject
plugin handles that.
So you should be able to just run:
gulp test
And it should work.. Does it?
Hi Joakim, thanks, 'gulp test' does work, but for CI purposes, I'd like to be able to run karma directly, and the entire gulp system does a bit too much magic to figure out what would be necessary to pass to karma in a potentially growing app... Please feel free to close this issue, if that is beyond the scope of your project.
@bmatzner I've now added the gulp task karma-conf
, so by running gulp karma-conf
then your CI-environment should be able to run karma
directly without gulp.
Terrific! Thank you!
Hello,
I can't figure out how to make karma test run with the given todo example on a freshly poured slush project named "test".
In karma.conf.js I added
Karma reports the following error:
Thanks for pointers...