TFS visual studio test "Test Filter criteria" and xunit Traits -
i'm trying filter out unit test marked xunit trait category. on build server don't want unit test run category integration
[trait("category", "integration")]
when don't use 'test filter criteria' in tfs vs test step, unit test executed. when apply desired filter
category!=integration
it doesn't run tests @ all. i've tried variations no success. tried using 2.* version of test task.
Comments
Post a Comment