Unable to run multiple tags
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2021
12:48 PM
01-29-2021
12:48 PM
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
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2021
09:38 AM
01-30-2021
09:38 AM
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
------
I'm the creator and lead developer of Cucumber Open.
I'm the creator and lead developer of Cucumber Open.
