mercyadewoye
3 years agoOccasional Contributor
Error with VS Test Assembly task on Azure Devops Pipeline
Hi all,
I need your help in resolving an issue I am having when integrating automated test in my azure pipeline. I am usng Vs Test assembly to run my test but unfortunately the tests are not runnin...
- 3 years ago
I would try using this under Test Files:
**\*.pjs
I am also fairly certain that you also need to use underscore "_" instead of a dash "-" in your project and project suite names, but I can't recall where that is referenced in the documentation. Best I can do is point to an example of the naming convention TestComplete uses for one of their demo projects: [here]
- 3 years ago
This might be what I was thinking of: https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/messages/name-must-begin-with-a-letter-and-cannot-contain-spaces.html