I am trying to setup a TeamCity 4.0 build server to run VS2008 (non-TFS) unit tests.
If I manually create a test list and maintain the list so all unit tests created are included in the list, I can use the "/testlist:mylist" option to run all the tests automatically on the build server.
But maintaining the list itself will be a problem once project development kicks off. So I am looking for a way to tell MSTEST to just "load all tests you can find in this folder", is this possible?
One workaround will be to specify the test assembly to run. But that is not too different from maintaining a "all" test list.
Is it possible to tell MSTEST.exe to just load all tests it can find? Anyone with experience? I am kind of new to this but I need it to be automated.