Created
March 5, 2018 09:04
-
-
Save Markus-Ende/01f56a007ec9f4eca5f8aa19300643bd to your computer and use it in GitHub Desktop.
Setup Karma in LXSS to use Windows Chrome installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In karma conf | |
customLaunchers: { | |
Chrome_from_lxss: { | |
base: 'Chrome', | |
chromeDataDir: 'C:\\Temp\\karma-' + Date.now() | |
} | |
} | |
# In .zshrc | |
export CHROME_BIN=/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment