Forum Discussion
1 Reply
- jkrolczySuper Contributor
So for the computer you are running your test on (where your agent is installed that communicates to the ADO pipeline), can you not already have TestExecute installed ?
I'm running an Azure pipeline using the TestComplete Test Adapter Extension. Is it possible to configure the Extension to install a specific version of TestExecute?
- task: InstallTestCompleteAdapter@1
displayName: TestComplete test adapter installer
inputs:
installExecutor: true
updateExecutor: false
accessKey: $(testcomplete_key)
So for the computer you are running your test on (where your agent is installed that communicates to the ADO pipeline), can you not already have TestExecute installed ?