I\'m trying to use Karma for testing my js scripts. In the doc it says I should set the environment variable for CHROME_BIN:
CHROME_BIN
I\'ve set it to
I've found that installing Canary and changing browsers = ['Chrome']; to browsers = ['ChromeCanary']; is nicer.
browsers = ['Chrome'];
browsers = ['ChromeCanary'];