csoltenborn / GoogleTestAdapter

Visual studio extension that adds support for the C++ testing framework Google Test.
Other
143 stars 100 forks source link

Output is hidden if test does not fail #341

Open geoff-m opened 2 years ago

geoff-m commented 2 years ago

I value the output from all my tests, not just tests that have failing assertions. Please do not hide the output from passing tests in Test Explorer/test log.

demlow commented 10 months ago

The "PrintTestOutput" option controls output in the Output/Tests panel but doesn't affect output in the "Test Detail Summary" or "Test log" in the Test Explorer. Output in the latter places regardless of whether any tests fail would be very useful.