automation - How to run Webtests during a TFS Build? -
i need run webtests (defined in files extension ".webtest") in automated tfs build. can run these web tests locally visual studio 2015 cannot them execute during team build.
in team build definition, have tried "test assembly file specification" value = "*.webtest". fails pick web tests. can see .webtest files have been copied under "binaries" directory i'm bit puzzled why not found.
test specification configurations
what missing? how .webtest files run under team build?
note:
tfs version: 2013 (agent has vs2015 installed)
open ellipsis in test source field:
specify mstest.exe runner (vs2010 compatible) test runner , change test assembly file specification run has extension of .webtest.
more details -
Comments
Post a Comment