ContributionsMost RecentMost LikesSolutionsRe: Issue when trying to run a specific scenario file and tag when calling through command line Thank you for the information. I read through the page before but it was not clicking. The problem was I was not using tags properly in the feature file. Re: Issue when trying to run a specific scenario file and tag when calling through command line In your example, is it possible to say /tags:"@Auth and @LoginPartnerPortal" to specify this feature file and this scenario? Re: Issue when trying to run a specific scenario file and tag when calling through command line 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? 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 Solved