grunt-karma
grunt-karma copied to clipboard
Proper way to use flags
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 https://github.com/karma-runner/grunt-karma/issues/124