We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Cucumber tags are not working using command line
npx wdio run .\test\wdio.conf.ts --cucumberOpts.tagExpression='@A or @b'
Feature files those are tagged with "@A" or "@b" must run
Feature files those are tagged with "@A" are running. So runner considering the first tag only
I am using latest version of webdriver with cucumber framework.
The text was updated successfully, but these errors were encountered:
@vinodkpasi does it work if you apply tagExpression in your wdio.config directly?
tagExpression
Sorry, something went wrong.
if we apply tagExpression in wdio.config directly then it is working fine.
tagExpression: '@A or @b'
No branches or pull requests
Issue description
Steps to reproduce
Expected behavior
Actual behavior
Issue occurred on browser/platform
The text was updated successfully, but these errors were encountered: