Forum Discussion

sravan's avatar
sravan
New Contributor
4 years ago
Solved

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

1 Reply

  • aslakhellesoy's avatar
    aslakhellesoy
    SmartBear Alumni (Retired)

    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