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

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -