gulp-karma
gulp-karma copied to clipboard
Karma plugin for gulp
I have upgraded all dependencies and fixed so it don't get deprecated messages from karma. And will work even in next karma version.
This fixes a problem on Windows where gulp-karma crashes once the list of files grows to the point where the command line exceeds 8k (8192 bytes). Instead it passes the...
...h. Use the same executable node that launched gulp-karma.
Fixes #23 by adding an option to not throw a plugin error.
This is useful for situations in which overriding Karma's file list will break a test suite (such as when using RequireJS and the no-include file option). It's a minimal change...
Usefull for use with gulp.watch or gulp-watch plugin