Open
Description
Hello,
When running dotnet test
there are a lots of output and the console output is kind of useless du to the noise.
Would it be possible to improve the output to get something similar with jest
for example:
- One line for each passed test (tree view when there are multiple assembly)
- Write at the end all the failed test and their output
- Total success / failed test at the very end