karma-runner/karma-chrome-launcher

Chrome.exe location to a custom path

mithsapurva opened this issue · 1 comments

Currently, the location for chrome.exe is picked either from LocalAppData or Program files or Program Files(x86).
In our environments, chrome is installed on custom paths like "D:\Chrome". There is no provision of passing this custom path for chrome.exe in karma-chrome-launcher.
Can we provide a way to do so?

Have you tried setting process.env.CHROME_BIN='...' ?