I have interesting behavior on my machine during unit testing using VS Unit testing framework. Machine is win-7, VS2012 Update 1, Resharper 7.1.1
When I run Unit Tests it creates 2 folders under TestResults
:
- Deploy_UserName YYYY-MM-DD hh_mm_ss
- UserName_MachineName YYYY-MM-DD hh_mm_ss
Under UserName_MachineName...
, there is folder Out
and this is where my test is executing from:
SolutionDir\TesResults\UserName_MachineName YYYY-MM-DD hh_mm_ss\Out
2 other people open same project (win-7, VS2012, Resharper 7.1.2/8.2.3) (they use different solution though) and run it. The code on their machines executes from:
ProjectDir\bin\Debug
And I like it. I want same behavior on my machine. I went over all possible settings but I don't see anything that I can change to modify this behavior. Any ideas?