Forum Discussion

jjcrow's avatar
jjcrow
Senior Member
3 years ago

TestComplete - Executing UI tests via CI/CD pipelines

Having difficulties executing a ui test from a ci/cd pipeline in azure devops using test assemblies or test plan.  No matter what I changed the configurations to be (matching directions in help documentation), I get a variety of errors from no tests, plans or runs found.

 

 

steps:
- task: VSTest@2
displayName: 'VsTest - testAssemblies'
inputs:
testAssemblyVer2: '**/Automated_Regression/Automated_Regression.pjs'
runOnlyImpactedTests: false
uiTests: true
vsTestVersion: toolsInstaller
testRunTitle: automation
enabled: false
continueOnError: true

No RepliesBe the first to reply