You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ng test --no-watch
04 10 2018 00:25:46.067:INFO [karma]: Karma v3.0.0 server started at http://0.0.0.0:9876/
04 10 2018 00:25:46.070:INFO [launcher]: Launching browser Chrome with unlimited concurrency
04 10 2018 00:25:46.074:INFO [launcher]: Starting browser Chrome
04 10 2018 00:25:53.388:INFO [Chrome 69.0.3497 (Mac OS X 10.12.6)]: Connected on socket JYXPPPo6Mw0pHIIfAAAA with id 51502435
No failure.
Desired functionality
wIth --reporters option, it fails properly.
> ng test --no-watch --reporters=progress
04 10 2018 00:28:20.343:INFO [karma]: Karma v3.0.0 server started at http://0.0.0.0:9876/
04 10 2018 00:28:20.353:INFO [launcher]: Launching browser Chrome with unlimited concurrency
10% building modules 2/3 modules 1 active ...rojects/test-lib/src sync /\.spec\.ts$/04 10 2018 00:28:20.364:INFO [launcher]: Starting browser Chrome
04 10 2018 00:28:25.694:INFO [Chrome 69.0.3497 (Mac OS X 10.12.6)]: Connected on socket qfBoO8aVAJ31QhNdAAAA with id 5910633
Chrome 69.0.3497 (Mac OS X 10.12.6) TestLibComponent should create FAILED
Expected null to be truthy.
at UserContext.<anonymous> (http://localhost:9876/src/lib/test-lib.component.spec.ts?:23:18)
at ZoneDelegate.push.../../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost:9876/Users/laco/Works/v7rc-test-example-lib/node_modules/zone.js/dist/zone.js?:388:1)
at ProxyZoneSpec.push.../../node_modules/zone.js/dist/zone-testing.js.ProxyZoneSpec.onInvoke (http://localhost:9876/Users/laco/Works/v7rc-test-example-lib/node_modules/zone.js/dist/zone-testing.js?:288:1)
at ZoneDelegate.push.../../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost:9876/Users/laco/Works/v7rc-test-example-lib/node_modules/zone.js/dist/zone.js?:387:1)
Chrome 69.0.3497 (Mac OS X 10.12.6): Executed 2 of 2 (1 FAILED) (0.101 secs / 0.094 secs)
TOTAL: 1 FAILED, 1 SUCCESS
Mention any other details that might be useful
This behavior may relate to #12455 . --reporters option regression affects multiple locations.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
ng new foobar --create-application=false
ng generate lib foobar-lib
ng test --no-watch
ng test --no-watch --reporters=progress
The log given by the failure
No failure.
Desired functionality
wIth
--reporters
option, it fails properly.Mention any other details that might be useful
This behavior may relate to #12455 .
--reporters
option regression affects multiple locations.The text was updated successfully, but these errors were encountered: