dmckay3200
3 years agoNew Contributor
Issue when trying to run a specific scenario file and tag when calling through command line
Hello,
I am trying to run specific scenarios in a feature file via command line. However, it appears that all the scenarios are being run in the feature file regardless of the tag.
Command being used:
TestComplete.exe <path to project> "/project:project_name" /test:"Scenarios|example1" /tags:"@featuretag" /r
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