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
:
I\'ve set it to
I solved the problem by running from an Administrator Command Prompt. No need to set CHROME_BIN and it will automatically point to your default installation.
Use set
(see http://ss64.com/nt/set.html) and place the quotes around the entire string
"%programfiles(x86)%\Google\Chrome\Application\Chrome.exe"