sravan
4 years agoNew Contributor
Unable to run multiple tags
Hi All,
I am trying to run multiple tags as part of the test runner and it dos not run it
The tag expression `@smoke and @regression` will select scenarios that have both of these tags.
Since you don't have any scenarios that have both of the tags, the selection is empty, and nothing is run.
I think what you want is `@smoke or @regression`.
Hope this helps,Aslak