Open
Description
Issue description
Multiple Cucumber tags are not working using command line
Steps to reproduce
npx wdio run .\test\wdio.conf.ts --cucumberOpts.tagExpression='@A or @b'
Expected behavior
Actual behavior
Feature files those are tagged with "@A" are running. So runner considering the first tag only
Issue occurred on browser/platform
I am using latest version of webdriver with cucumber framework.