OS?
Windows 8.1
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.3.0
os: win32 x64
Repro steps.
- Initiated a CLI project using WebStorm. Make zero changes to the code.
- Run
ng test using the WebStorm terminal
- Chrome launches but Karma can never connect to it.
If I try this using my terminal outside of WebStorm (Cmder), the tests run fine
The log given by the failure.
30 11 2016 10:12:48.013:WARN [karma]: No captured browser, open http://localhost:9876/
30 11 2016 10:12:48.036:INFO [karma]: Karma v1.2.0 server started at http://localhost:9876/
30 11 2016 10:12:48.038:INFO [launcher]: Launching browser Chrome with unlimited concurrency
30 11 2016 10:12:48.050:INFO [launcher]: Starting browser Chrome
30 11 2016 10:13:48.054:WARN [launcher]: Chrome have not captured in 60000 ms, killing.
30 11 2016 10:13:48.331:INFO [launcher]: Trying to start Chrome again (1/2).
30 11 2016 10:14:48.335:WARN [launcher]: Chrome have not captured in 60000 ms, killing.
30 11 2016 10:14:48.563:INFO [launcher]: Trying to start Chrome again (2/2).
30 11 2016 10:15:48.566:WARN [launcher]: Chrome have not captured in 60000 ms, killing.
30 11 2016 10:15:48.790:ERROR [launcher]: Chrome failed 2 times (timeout). Giving up.
OS?
Windows 8.1
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.3.0
os: win32 x64
Repro steps.
ng testusing the WebStorm terminalIf I try this using my terminal outside of WebStorm (Cmder), the tests run fine
The log given by the failure.