I am working on getting CI setup. One of those steps is to allow execution of regression tests. It is a web browser based application. I am using TeamCity to call a ArtOfTestRunner from the command line with a settings file. It is executing an aiilist file composed of several tstest files. When the command is run through TeamCity the output appears as if no tests have been run and the step fails. The exact same command when executed from a from a cmd prompt window executes as I would expect. I am not really sure what I am doing wrong at this point. I am keeping a desktop user logged into the machine. I have given the TeamCity build agent access to interact with the desktop. Any suggestions would be helpful.
I've attached the team city and command line results files.