Does anybody know how to automatically run a particular list of tests in the test list manager? We have two lists: a list of unit tests and a list of integration tests. Preferably we would like it to run the tests in the 'unit test' list automatically before it checks in to team system.
We currently have a check-in rule that ensures the particular list of tests has passed before it allows things to be checked in. However, having to open the test list manager, select the appropriate list and run the tests manually each time is driving us to distraction.