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

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Note that this is a breaking change (in the name of user security, but still).

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

With 0.12.2 karma-html2js-preprocessor is working properly but using the latest version breaks this functionality.

needs: feedback-from-reporter

I'm curious how I can use a different testing framework or set of browsers from the CLI. I've tried `grunt karma:unit --browsers=['Chrome']` but it still uses PhantomJS because it is...

This small change adds support to natively run tests written as ES6 modules (without preprocessors) just by adding `type: 'module'` as an option on files. An example usage is below:...

Since the background mode requires a JSON.stringify any option which is a function is lost. I noticed it, when using karma-ng-html2js-preprocessor and the cacheIdFromPath custom function. I've managed to get...