grunt-karma icon indicating copy to clipboard operation
grunt-karma copied to clipboard

Proper way to use flags

Open acasanova opened this issue 9 years ago • 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

acasanova avatar Jun 02 '15 21:06 acasanova

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

vimark1 avatar Jul 01 '20 00:07 vimark1