Setting environment variable for CHROME_BIN does not work

后端 未结 8 1459
小鲜肉
小鲜肉 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条回答
  •  Happy的楠姐
    2020-12-30 23:18

    I've found that installing Canary and changing browsers = ['Chrome']; to browsers = ['ChromeCanary']; is nicer.

提交回复
热议问题