Bug: ng test --code-coverage doesn't display spec results in the browser in CLI rc2 #5513
Labels
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
OS
Mac OSX Sierra 10.12.3
Versions
@angular/cli: 1.0.0-rc.2
node: 6.9.1
os: darwin x64
@angular/common: 4.0.0-rc.5
@angular/compiler: 4.0.0-rc.5
@angular/core: 4.0.0-rc.5
@angular/forms: 4.0.0-rc.5
@angular/http: 4.0.0-rc.5
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 4.0.0-rc.5
@angular/platform-browser-dynamic: 4.0.0-rc.5
@angular/router: 4.0.0-rc.5
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 4.0.0-rc.5
Repro steps.
ng test --code-coverage
The browser opens and the spec list does not appear
ng test
The browser opens and the spec list does appear
ng test --code-coverage
The browser opens and the spec list does appear
In all cases, the spec execution results are shown correctly in the terminal.
It seems there was a regression from rc1 to rc2 on this
The text was updated successfully, but these errors were encountered: