Open acasanova opened 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?
grunt karma:unit --browsers=['Chrome']
I'm using version 0.11.0
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
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