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

Hi, I have this issue every time I update a js file, for example a Ctrl. But runnig "grunt delta" and "karma start karma/karma-unit.js", in two different console, it's works...

needs: investigation
priority: high

When overriding options e.g the plugins and frameworks, the default behavior of `_.merge` returns (for me) surprising results (see below). Therfore I believe it should either be possible to a....

When using karma with [email protected] (newer version), it's throwing the deprecation msg: `connect: res.headerSent: use standard res.headersSent`

needs: investigation

When I run grunt karma, it loads up my modules and then errors out with "Fatal error: write after end". Terminal output provided below: ``` bash Camerons-MacBook-Pro:Bookmarklet cameronnokes$ grunt karma...

needs: investigation

As I mentioned in #93, Grunt's `uncaughtException` listeners fire before Karma gets a chance to stop the browsers it started. The only fix that I can think of is removing...

needs: review
needs: feedback-from-reporter

I assumed that `logLevel = "OFF"` would not output `console.error()` messages to terminal. ``` Running "karma:daemon" (karma) task Verifying property karma.daemon exists in config...OK File: [no files] Options: background=false, basePath="/Users/message/www/webapp",...

type: support

If I understand the readme correctly I should be able to pass custom args like this: `grunt karma:unit --reporters=spec` But it gives me the standard reporter in the grunt config....

needs: investigation

karma pass **args** how **array** of arguments. I think will be cool use this convention and in **grunt-karma** **or implement parsing arguments inside karma** otherwise it may lead to strange...

patch-welcome

I am trying to setup a grunt-based project to use karma with code coverage enabled. For some reason this doesn't seem to be working. I have setup a sample project...

needs: investigation

I'm moving karma-runner/karma#377 here, for a fresh start.

patch-welcome