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
How can I limit or turn off progress information when running @angular/cli for a specific environment?
Running ng test on a CI (such as Circle CI) prints so much output to the console, over 400,000 characters, that the whole output cannot be viewed in the browser, and must be downloaded as a file.
This happens since when building with Webpack, a lot of progress details are printed to the console, which is usually replaced on update. However, Circle CI doesn't support replacing and instead just prints everything received, including the backspace characters.
The text was updated successfully, but these errors were encountered:
OS
Windows 10
Versions
Question
How can I limit or turn off progress information when running @angular/cli for a specific environment?
Running
ng test
on a CI (such as Circle CI) prints so much output to the console, over 400,000 characters, that the whole output cannot be viewed in the browser, and must be downloaded as a file.This happens since when building with Webpack, a lot of progress details are printed to the console, which is usually replaced on update. However, Circle CI doesn't support replacing and instead just prints everything received, including the
backspace
characters.The text was updated successfully, but these errors were encountered: