How run UI tests on a Azure VM using Azure DevOps (VSTS) ?
Hi All,
I have some TestComplete UI tests for a desktop application, which I am able to run via Visual Studio and integrate it with Azure DevOps (VSTS), however I would like to run these tests on an Azure VM UI interactive, how do I go about doing this?
The devops agent has been installed on the VM and I am able to build the test project on that VM(via Azure DevOps) and Test Execute is running but when the test task(Azure DevOps build step where it triggers the test run) is kicked off, it errors on that step and in the logs I see
The build agent was configured to be interactive.
I was able to resolve this by re-configuring the build agent and enabling autologon, this works now. :-)
I knew that this has got nothing to do with TestComplete in a way, but was hoping if someone would have come across same issue in Azure.
thanks