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
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
- [ x ] bug report -> please search issues before submitting
- [ ] feature request
Area
- [ x ] devkit
- [ ] schematics
Versions
macOS High Sierra 10.13.4
node 9.4.0
npm 6.0.0
Angular CLI: 6.0.0
Repro steps
ng new TestApp
cd ./TestApp
ng test
The log given by the failure
The unit tests for a new app generated with 'ng new' run only once when running 'ng test'
Desired functionality
With a default configuration of singleRun: false in src/karma.conf.js Karma should capture the browser window, run continuously and listen for changes instead of just running once.
The use case is continuous testing.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Area
Versions
macOS High Sierra 10.13.4
node 9.4.0
npm 6.0.0
Angular CLI: 6.0.0
Repro steps
ng new TestApp
cd ./TestApp
ng test
The log given by the failure
The unit tests for a new app generated with '
ng new
' run only once when running 'ng test
'Desired functionality
With a default configuration of
singleRun: false
insrc/karma.conf.js
Karma should capture the browser window, run continuously and listen for changes instead of just running once.The use case is continuous testing.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: