grunt-karma icon indicating copy to clipboard operation
grunt-karma copied to clipboard

Grunt plugin for Karma.

Results 57 grunt-karma issues
Sort by recently updated
recently updated
newest added

So I just gave `background: true` a shot. While it does indeed allow other tasks to keep chugging along, I'm not even sure that it's running. I don't see any...

patch-exists

If I use the preferred development mode as per the README with the current version of karma, the reported results are output twice. Here is an example project which reproduces...

> me@:path$ grunt -v > Initializing > Command-line options: --verbose > > Reading "Gruntfile.js" Gruntfile...OK > > Registering Gruntfile tasks. > > {blah blah...} > > Registering "grunt-karma" local Npm...

type: support
needs: feedback-from-reporter

- Installed latest version via `npm install --save-dev grunt-karam` => v2.0.0 - `grunt.log.subhead('Foobar')` prints out `Foobar` as bold with a newline above it - Loaded the `grunt-karma` task in my...

type: support
needs: feedback-from-reporter

I have a setup with karma. When I run `karma start` everything is ok. Tests are passing. But if try to do the same with grunt-karma the client.args does't apply!...

type: bug
needs: investigation

Running karma with grunt using jasmine, and phantomjs seems to crash a few tests before the end. This recently started happening, not sure why. adding `--verbose` to the end of...

type: support

When I run grunt I have this error: Running "simplemocha:all" (simplemocha) task 1..8 ok 1 Classe: maFonction Tester maFonction ok 2 Classe: maFonction Tester Division par 0 ok 3 Classe:...

type: support

When i tried to execute some tests using this command line, i get many errors : ``` Running "karma:unit" (karma) task 19 08 2015 13:03:07.905:WARN [watcher]: Pattern "C:/ng/firstngapp/test/mock/**/*.js" does not...

type: support

We are trying to run a Jenkins project on Linux. In that project unit test cases have to be executed on the Javascript code by a grunt task. For executing...

type: support
needs: feedback-from-reporter

Is it possible to start the server with the grunt default task? for exmaple in this way: `grunt.registerTask('default', ['karma:unit:start','open','concurrent:watchconnect']);`

type: support