How to exclude certain tests in the Visual Studio Test Runner?

前端 未结 7 1118
春和景丽
春和景丽 2020-12-09 01:45

I have attributes on certain tests that I ideally don\'t want to run on every build. Most of my tests are normal unit tests and I do want them to run on every build.

相关标签:
7条回答
  • 2020-12-09 02:33

    Have you seen this article? How to: Group and Run Automated Tests Using Test Categories

    I haven't yet tried this with VS 2012, but it still might be valid. As far as I could see there are no references to TFS, so this should be pointing at the normal VS test runner.

    0 讨论(0)
提交回复
热议问题