forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Dignifiedquire edited this page Jan 2, 2013
·
1 revision
You have some problems. Look no further. Known problems and solutions are collected here so you don't have to figure them out again and again.
Oh our beloved Windows.
- Use chocolatey for installation of tools. It helps. A lot.
- Set
CHROME_BIN
like this> export CHROME_BIN='C:\Program Files (x86)\Google\Chrome\Application\chrome.exe'
- Add the
--start-maximized
flag to the chrome options. See #269. - Increase the timeout from 5000ms to 10000ms. At 5000ms, timeouts occurred and the retry logic kicks in and eventually resolves after 2~3 tries.
Even if you have a nice OS problems can still occur.