I have a *.webtest that I'm building as part of a TFS 2015 Release Definition. I'd like to run this test as part of the release.
I believe this requires mstest.exe
however the mstest
command is not recognized when running within the Command Line
component, unlike other commands like dotnet publish
.
Do I need to include the MSTest.exe executable within my test project or is there a more "out of the box" way to go about running webtests within a TFS 2015 Release Definition?