I\'m using the Karma Test Runner and I\'ve configured it to use Chrome and PhantomJS like this:
browsers = [\'Chrome\', \'PhantomJS\'];
How can I configure Karma
One solution I found, which may not be the most elegant, is to actually modify Karma's launcher scripts for each browser. This has solved the problem.