karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

Proper way to use flags #152

Open acasanova opened 9 years ago

acasanova commented 9 years ago

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 in the unit object of the gruntfile. Is this possible?

I'm using version 0.11.0

vimark1 commented 4 years ago

I have this same issue, it just doesn't seem to be possible Duplicate of https://github.com/karma-runner/grunt-karma/issues/124