When running dotnet test
, is there a way of showing a list of all tests ran in console instead of some output file?
Would be ideal to see a list like this in console:
x test1
test2
test3
x test4
instead of just overall test statistics (ran, failed, skipped).