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 have solved the same issue by setting CHROME_BIN in my environment properties like this:
c:/Program Files (x86)/Google/Chrome/Application/chrome.exe
There have to be no double quotes (") around the property value and all backslash signs (\) have to be replaced by slash signs (/)