只有一个带有 MSTest 的 TestResult 文件夹?
MSTest 似乎为 TestResults 创建 25 个文件夹,是否有理由创建 25 个而不只是 1 个?如果不行的话可以改成1吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Visual Studio 中,转到“工具”->“选项”,然后在左侧查找“测试工具”。在测试工具下,有一个测试执行选项。您可以在其中更改测试结果的数量。
以下是该过程的可视化:
http://arcware .net/limit-the-number-of-old-test-results-with-vs2008/
默认值为 25。
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.