Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Unit Test Sessions window automatically popping up whenever I open my solution

And I don't want it to. What gives? Is there a setting to disable this thing? Basically, I accidentally ran the built-in test runner instead of my preferred (resharper/ncrunch/etc.) test runner, and now this blasted window pops up every time!

Note: Not the same problem as this question: How to keep the design window from automatically popping up in Visual Studio 2010?

like image 976
MrBoJangles Avatar asked Dec 14 '22 21:12

MrBoJangles


2 Answers

If 'Unit Test Sessions' window is always opened on Visual Studio start and you'd like it not to happen, please uncheck the 'Save and restore Unit Test Sessions' checkbox located in the "ReSharper | Options | Tools | Unit Testing" dialog.

like image 112
Alexander Kurakin Avatar answered Jun 07 '23 21:06

Alexander Kurakin


In order to stifle the Unit Test Sessions window, you have to close all the sub-tabs inside the window. Closing the last tab will also close the main window and it will stay closed when opening the solution next. Problem solved.

like image 41
MrBoJangles Avatar answered Jun 07 '23 20:06

MrBoJangles