i have suite of tests run using mstest visual studio 2015 community edition. each test has several categories on , i'm trying figure out how run subset of tests selecting multiple categories.
currently, viewing of tests using test explorer window in vs. there, right-click , select group > traits. can run single grouping of tests, can't figure out how run cross-section of 2 or more traits.
as example, have integration tests, api tests, , unit tests both services , repositories. i'm trying figure out how run repository integration tests @ once, or service unit tests.
i've read can (fairly simply) through command line, i'm wondering if functionality exists through visual studio (maybe via extension?) or other free application.
in test explorer search box, can specify traits , anded together. example of repository integration tests, specify string:
trait:"repository" trait:"integration"
this filter view tests , can run of tests match filter.
Comments
Post a Comment