From https://github.com/karma-runner/grunt-karma ,
Using additional client.args
You can pass arbitrary client.args through the command line as follows:
$ grunt karma: dev watch --grep = mypattern
Can the client be used in test specifications? How to access these values?
source
share