Skip to content

(feat) Allow configuration of comma separated list of tags to run. #3

@charleslbryant

Description

@charleslbryant

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions