Forum Discussion
Yes! this is exactly my case...
The version that worked is indeed:
Just for Support's cross-reference: the thread with exactly same problem https://community.smartbear.com/t5/TestComplete-Questions/TestComplete-Test-Adapter-v15-53-9-issues-running-tests-in/td-p/254356
- AlexKaras2 years agoChampion Level 3
Thank you for your suggestion.
https://stackoverflow.com/questions/72946728/yaml-specifying-a-fully-qualified-azure-task-version
and
https://stackoverflow.com/questions/72946728/yaml-specifying-a-fully-qualified-azure-task-version
sounded promising, but failed for me with this error on pipeline validation or if started:
"A task is missing. The pipeline references a task called 'InstallTestCompleteAdapter'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 1.15040.421, job '[skipped]', step ''.)"
- rwood_cert2 years agoOccasional Contributor
We're having to work on getting one of our projects back into active testing, as we can't await this fix.
Have got this running in a YAML pipeline, example below, believe you have to specify the full task name/reference
- task: SmartBearSoftware.install-testcomplete-adapter-task.install-testcomplete-adapter-task.InstallTestCompleteAdapter@1.15040.421 displayName: 'TestComplete test adapter installer' inputs: installExecutor: false updateExecutor: false accessKey: '$(TestExecuteAccessKey)' logsLevel: 0
- AlexKaras2 years agoChampion Level 3
Thank you for the information and screenshot.
Alas, it did not work for me with the same error about missed task.
Our pipeline is in YAML. Did you do anything else except specifying task as in your example? Do you have administrative permissions in DevOps/for your pipeline?
I noted that you have installExecutor property set to false... Did you uninstalled Adapter before running the pipeline or the task handled roll-back itself?
Related Content
- 3 years ago
- 4 years ago
Recent Discussions
- 4 days ago
- 4 days ago