Forum Discussion

dust259's avatar
dust259
Occasional Visitor
2 years ago

Install a specific version of Test Execute using the TestComplete Test Adapter Extension

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)

 

 

 

1 Reply

  • jkrolczy's avatar
    jkrolczy
    Regular 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 ?