mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
430 stars 93 forks source link

LiveUnitTesting result Color #72

Closed JakobFerdinand closed 6 years ago

JakobFerdinand commented 6 years ago

Hi,

When using Live Unit Testing in VS2017 the Test Results are always displayed in Red, no matter if there was a failing Test or not. image

Would be great to color the Succeeded once in Green, if there was a skipped test in Yellow and when there was a failed test in Red!

Thank you for the great tool!

mike-ward commented 6 years ago

You can adjust the regular expressions to suit your needs.

JakobFerdinand commented 6 years ago

Great Thank you!

I added this two entries at front:

image

mike-ward commented 6 years ago

Looks good!