In order to specify running one or more test suites, features or scenarios by tag, we should allow users to specify a comma separated list of tags in the configuration file.
<add key="test.suites" value="smoketest, functionaltest" /> <add key="test.features" value="login, addproduct" /> <add key="test.scenarios" value="Ticket65875, Ticket65876" />
This would only allow tests that have scenarios tagged with Ticket65875 or Ticket65876, in the login or addproduct feature, that are included in the smoketest or functionaltest.