I have unit tests configured to work on the build server. I just added the codedUI test, which does not work, because I need to configure the controller to run interactively. Since we could not modify the existing assembly controller, we configured the machine with our own controller / agent.
How can I tell in Visual Studio one of the tests (encoded user interface) to run under this controller / agent, while preserving the rest? I looked through the settings files, but it is not clear how I can do this.
Controllers / Agents - 2010, I'm on vs2012.
source share