Search code examples
visual-studio-2013tfstfsbuildtest-runnervisual-studio-test-runner

Visual studio test runner - criteria is filtering all tests


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.

enter image description here

I edit the build definition, and within the "Add/Edit Test Run" dialog I give a value for "Test case filter:" of "TestCategory=bvt"

enter image description here

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?


Solution

  • I solved this by reverting back to using the old default.xaml rather the the new TfsDefault.xaml