[Cucumber] Run Feature File with Tags

Hi @chaker,
For the case when there is no tag exclusion, you can provide your tags as an array of string, e.g. [tag1, tag2] as String[]. In case you want to achieve tag exclusion, you have to write a custom keyword to do that. You can refer to the following answer for how to do it. Run Cucumber tests using dynamic tags

1 Like