Every time an MSTest runs it creates a new time stamped folder inside of TestResults
. This can result in many files/folders that take up hard drive space.
Is there a way to configure MSTest to overwrite the contents of the TestResults
folder so that is only contains results from the most recent run?
You can limit the number of stored test-runs to 1, which should meet your requirements.
MSDN have an article on how to achieve this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With