Setting environment variable for CHROME_BIN does not work

后端 未结 8 1479
小鲜肉
小鲜肉 2020-12-30 22:47

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

8条回答
  •  醉话见心
    2020-12-30 23:40

    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 (/)

提交回复
热议问题