Azure DevOps Integration
Hello everyone,
I am trying to integrate my TestComplete project to Azure Devops.
The pipeline is running without problem.
Triggers TestComplete on my machine but it is closed without running my tests. I got 2 messages on the console which says:
No test case was found in the "C:\Users\*****\Desktop\Agent2nd\_work\1\s\*****.pjs" project suite, although it contains test items. Did you forget to mark the appropriate test items as test cases?
No test matches the given testcase filter `@AgeCalculation=true` in C:\Users\*****\Desktop\Agent2nd\_work\1\s\*****.pjs
I added the screen shots of pipeline configuration and console logs.
Any help will be appreciated, I got stuck here for a week now.
Note:I have tags added to my routines to mark tests as test cases.