Solved
Forum Discussion
Kitt
3 years agoRegular Contributor
Try using either '/test:' OR /tags:' instead of both:
TestComplete.exe project-suite-file /project:project-name /test:"@tag1" /run
– or –
TestComplete.exe project-suite-file /project:project-name /tags:"@tag1" /run
dmckay3200
3 years agoNew Contributor
For this, I will need to be able to specify the feature file and only specific scenarios based on their tags. Is there a way to combine the two using /test?