karma-runner/grunt-karma

Proper way to use flags

acasanova opened this issue · 1 comments

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

I have this same issue, it just doesn't seem to be possible
Duplicate of #124