Using /runconfig and /testcontainer in MsTest runner
It would really help to be able to use both the /runconfig and /testcontainer switches for the mstest test runner. Right now you can select one or the other but not both. This would be nice so that you can select to run all the tests in an assembly rather than just a test list which is much harder to maintain (my devs are lazy). Only the /testmetadata and /testcontainer switches are exclusive.
Daniel
Please sign in to leave a comment.
I should really be proofreading my comments. I meant to say the /runconfig switch.
http://msdn.microsoft.com/en-us/library/ms182489(VS.80).aspx#testmetadata
+1
We fell over this too. These two switches are not mutually exclusive in MSTest.