Karsten
Karsten

Reputation: 8144

Only one TestResult folder with MSTest?

MSTest seems to be creating 25 folders for TestResults, is there a reason for creating 25 and not just 1? If not can I change it to 1?

Upvotes: 1

Views: 1002

Answers (1)

Jason Evans
Jason Evans

Reputation: 29186

In Visual studio, go to Tools->Options and look for Test Tools on the left. Under Test Tools, there is a Test Execution option. In there you can change the number of Test Results.

Here's a visual of that process:

http://arcware.net/limit-the-number-of-old-test-results-with-vs2008/

The default is 25.

Upvotes: 1

Related Questions