Noticed Karma tests not running on a new angular-cli project
- ng new MyProject
- Let project build
- npm run test
The following is output, and a blank browser is opened to (localhost:9876/?id=50029001). The page is identified as 'Untitled'.
10% building modules 1/1 modules 0 active06 11 2017 13:15:08.477:WARN [karma]: No captured browser, open http://lo calhost:9876/ 06 11 2017 13:15:08.493:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/ 06 11 2017 13:15:08.493:INFO [launcher]: Launching browser Chrome with unlimited concurrency 06 11 2017 13:15:08.493:INFO [launcher]: Starting browser Chrome 06 11 2017 13:15:22.195:WARN [karma]: No c aptured browser, open http://localhost:9876/ 06 11 2017 13:16:08.507:WARN [launcher]: Chrome have not captured in 60000 ms, killing. 06 11 2017 13:16:08.601:INFO [launcher]: Trying to start Chrome again (1/2). 06 11 2017 13:17:08.618:WARN [launcher]: Chrome have not captured in 60000 ms, killing. 06 11 2017 13:17:08.758:INFO [launcher]: Trying to start Chrome again (2/2). 06 11 2017 13:18:08.774:WARN [launcher]: Chrome have not captured in 60000 ms, killing. 06 11 2017 13:18:08.960:ERROR [launcher]: Chrome failed 2 times (timeout). Giving up.
Is this a new break with the release of Angular-5?