问题
Using VS 2013 and TFS 2013, I have 4 unit tests but I want a TFS build to run only one of them. For this I have assigned [TestCategory("bvt")]
as an attribute of the method.
I edit the build definition, and within the "Add/Edit Test Run" dialog I give a value for "Test case filter:" of "TestCategory=bvt"
With the filter added, no tests are executed. If I remove the filter then a team build using "ReleaseTfvcTemplate.12.xaml" result in all 4 tests being executed. I've tried wrapping the filter in quotes etc but haven't been able to get it to work - where am I going wrong?
回答1:
I solved this by reverting back to using the old default.xaml rather the the new TfsDefault.xaml
来源:https://stackoverflow.com/questions/27799259/visual-studio-test-runner-criteria-is-filtering-all-tests