views:

8

answers:

0

I'm using Visual Studio 2008 Professional and have added an MSTest project to my solution. Every time I run my tests (within VS), the "Test Results" window is displayed at the bottom of the IDE. I would like this window to be displayed only when one or more tests have failed.

Does anyone know if there is a way of configuring this behaviour? I have browsed through the options menu but haven't been able to find anything useful.