Forum Discussion

dmckay3200's avatar
dmckay3200
New Contributor
2 years ago
Solved

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 be...
  • Kitt's avatar
    2 years ago

    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

     

    [TestComplete reference]