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
It would be great to have an option in angular.json to set the time watermark of the progress reporters.
This option would behave similar to the new coverageWatermark option in angular.json that allows us to change the color coding for high, medium, and low coverage.
Currently the reporter time threshold is hard-coded to 300 ms with the Vitest unit-test. If a test runs slower than 300 ms, the test suite is highlighted in yellow and the test is shown and highlighted in yellow.
There is currently no option to configure that hard-coded value.
Describe the solution you'd like
This could either be a new option of the unit-test configuration like