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
If we want to have a list of tests passed in test suite (only overall stats), we need to use at least dotnet test -v n
verbosity level. But, that one comes with a whole bunch of build output info also.
It would be nice to have a verbosity level that would show tests that were run in suite but without all the build info.
The text was updated successfully, but these errors were encountered:
If we want to have a list of tests passed in test suite (only overall stats), we need to use at least
dotnet test -v n
verbosity level. But, that one comes with a whole bunch of build output info also.
It would be nice to have a verbosity level that would show tests that were run in suite but without all the build info.
The text was updated successfully, but these errors were encountered: