I need to integrate VS Coded UI Test in VSTS/TFS build pipeline to test a Visual Studio Extension, however I could not find reference for this in MSDN, Is this possible with TFS 2015.2 and VSTS?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Authentication Failure using Git-LFS Azure DevOps
- Authentication Failure using Git-LFS Azure DevOps
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
相关文章
- Build errors of missing packages in Visual Studio
- Is it possible to do a “destroy history” in TFS?
- VSTS continuous integration triggers not working
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Is it possible to create a docker container from T
- How to Move TFS 2010 Build Definition between Proj
TL;DR You can use the Run Functional Test task. This task will distribute your tests with test method granularity to a pool of test agent machines.
Description of usage of this task:
For the prerequisites to run the tasks check the documentation by following the links above.
The recommended way is to use Visual Studio Test Task since Run Functional Test Task is deprecated.
Use version 2.x or higher of the Visual Studio Test task together with phases to run unit and functional tests on the universal agent.
For more details, see Testing with unified agents and phases.