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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -