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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -