-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Description
Summary
The new TestRunner executable doesn't output passing tests, only failing.
Background and Motivation
I spent FOREVER trying to figure out why my unit test run kept hanging. Turns out, it just wasn't printing out passing tests, but only failing ones (which I had none off). This makes it really hard to monitor a test run in the output, and it's very different from how vstest.console would execute. By default please also output currently running test + result of passing tests. This is also important when a test does actually hang/crash so you can see what test might have caused it.
Even setting the diagnostic verbosity has no effect on this.
Proposed Feature
Match output of vstest.console.
Reactions are currently unavailable