I have a number of solutions in TFS 2010 and am happy to create them using Team Build, including running unit tests defined in assemblies.
For one solution, I added some web tests (defined in files with the extension ".webtest"). I can successfully run these web tests locally from Visual Studio 2010, but I cannot get them to run during Team build.
In the definition of Team Build, I tried to change the value of "Specification of the test build file" to " *test*.dll;*.webtest", but this does not allow to receive web tests. I see that the .webtest files were copied in the "Binaries \ Debug" directory (the same as in the unit tests), so I'm a little puzzled why they were not found.
What am I missing? How to get .webtest files to work in Team Build?
thank
source
share