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

Since upgrading to `0.12.1`, I've not been able to debug my tests with `grunt karma:unit watch:karma`. It fails to launch my Chrome browser. I verified this works in `0.12.0`. I'm...

I'm using [karma-bro](https://github.com/Nikku/karma-bro/) to provide browserify support for karma, and it looks like there's a race condition between the preprocessing and the running of tests. It only happens with grunt-karma,...

I developed a reporter for karma (https://github.com/litixsoft/karma-mocha-reporter) and have the issue that when the option `background` is true, the output of my reporter is not colored in the console. I...

I'm trying to setup a CI build with Jenkins. The build will execute grunt tool chain which includes grunt-karma for unit tests. It works fine with Chrome, Firefox and Safari...

discuss

The system is using karma's default settings and there is no way of changing then. grunt-karma.js ``` _.defaults(options.client, { args: [], useIframe: true, captureConsole: true }); ``` I would like...

type: feature
patch-welcome

I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background. Here is...

needs: investigation

If a preprocessor or framework errors, or you Ctrl+C Grunt, PhantomJS is left running in the background. Next time Karma is run, you get two `[PhantomJS] Connected on socket` lines.

needs: investigation

Prototype pollution vulnerability in karma-runner grunt-karma 4.0.1 via the key variable in grunt-karma.js. The prototype pollution vulnerability can be mitigated with several best practices described here: https://learn.snyk.io/lessons/prototype-pollution/javascript/

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies