ANDRESIILVA
2 years agoNew Contributor
Error when executing Devops pipeline
I'm trying to run a pipeline that runs a test by test execute, when running the pipeline it opens testExecute but it's not opening the project.
Here is the path where my project is:
C:\agent_work\1\s\TestComplete\BusinessAutomacao\BusinessAutomacao.pjs
Project name: BusinessCSAutomacao
Now follow the Pipeline I created:
trigger:
- master
pool:
name: TesteAutomatizado
steps:
- task: VisualStudioTestPlatformInstaller@1
inputs:
packageFeedSelector: 'nugetOrg'
versionSelector: 'latestPreRelease'
- task: InstallTestCompleteAdapter@1
inputs:
accessKey: 'keyfake'
logsLevel: '0'
- task: VSTest@2
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '**\TestComplete\BusinessAutomacao\BusinessAutomacao.pjs'
searchFolder: '$(System.DefaultWorkingDirectory)'
testFiltercriteria: 'Project=BusinessCSAutomacao'
vsTestVersion: 'toolsInstaller'
In this example I didn't pass the accessKey I'm using
But when running the pipeline, the following error occurs:
Does anyone know how to resolve?