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 seems a script cached by wireit does not show previous terminal outputs, so if I cache a unit test (with coverage folder as output, src as input files), I won't see the test results and coverage table again.
This is by design. We actually used to cache stdout/err and replay it, but most of the time it was too noisy. This could be a good option to have, though.
I believe output like unit test coverage, build asset size, are very helpful for developers, would it be possible that we add an option in wireit section like keepOutput to specify whether each command should silent previous output or just pipe it to stdout
It seems a script cached by wireit does not show previous terminal outputs, so if I cache a unit test (with
coverage
folder as output,src
as input files), I won't see the test results and coverage table again.The text was updated successfully, but these errors were encountered: