TestComplete - Executing UI tests via CI/CD pipelines
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021
11:58 AM
06-29-2021
11:58 AM
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
Labels:
- Labels:
-
Keyword Tests
0 REPLIES 0
