Forum Discussion
Marsha_R
Champion Level 3
2 years agoI would try specifying the whole path for testAssemblyVer2 and searchFolder to make sure they are resolving to the path you intend to use.
YagoDaniel92
2 years agoOccasional Contributor
In the testComplete manual, it only gives an example of a value for searchFolder, which is the default value
I made the following change to the YAML code
- task: VSTest@3
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: 'C:\agent\_work\1\s\TestComplete\BusinessAutomacao\BusinessAutomacao.pjs'
searchFolder: 'C:\agent\_work\1\s\TestComplete\BusinessAutomacao\'
testFiltercriteria: 'Project=BusinessCSAutomacao'
vsTestVersion: 'toolsInstaller'
Now with this code, the Pipeline did not give an error, but it also did not run any tests
I also don't know which path to put in the searchFolder because the manual only gives an example of the default path and with the default path an error occurs