karma-runner/grunt-karma

Override the default browsers using a command line parameter

ahmehri opened this issue · 1 comments

@geddski gruntjs/grunt#488 have been resolved, did you implement the similar needed behaviour in grunt-karma as you mentioned before?

The option I'm passing is for a grunt plugin I'm writing for testacular, to override which browsers it runs the tests in.
$ grunt test --in Chrome --in Firefox

Why was this closed? What is the solution?