Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Markus-Ende/01f56a007ec9f4eca5f8aa19300643bd to your computer and use it in GitHub Desktop.
Save Markus-Ende/01f56a007ec9f4eca5f8aa19300643bd to your computer and use it in GitHub Desktop.
Setup Karma in LXSS to use Windows Chrome installation
# 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