/gulp-karma-test

A repository dedicated to figuring out how to use Karma and gulp together without wanting to off one's self with a rusty spoon

Primary LanguageJavaScript

gulp-karma-test

A repository dedicated to figuring out how the hell to use Karma and gulp together without wanting to off one's self with a rusty spoon

Usage

Install deps:

npm install

Run tests once, then exit:

gulp

Start a Karma server, launch Chrome and Firefox, run tests once, then watch for changes with gulp's watcher:

gulp gulp-watch

Start a Karma server, launch Chrome and Firefox, run tests once, then watch for changes with Karma's watcher:

gulp karma-watch