Does anyone know how I can run a .webtest file created by visual studio 2010 through TeamCity?
I have installed the VS Test Agent and can run other types of tests but when i run the .webtest on the TeamCity server with MSTest directly on the command line it says it doesn't recognize the extension. If i run the test on my local box it works fine and completes the test.
Is there something further i need to configure or is this kind of test not directly supported? I'd hate to have to install the whole VS2010 after having already installed the test agent.
If this kind of test is not supported at the command line, is there a way i can invoke it from one of the unit tests i run?