Hello,
I have a maven task configured and I'm able to pass -Dcucumber.options to it.
e.g.
-Dbrowser=chrome -Denv=QA "-Dcucumber.options=--tags @SANITY" clean verify
how do you i pass multiple tags? I tried
"-Dcucumber.options=--tags @SANITY --tags @SANITY1" but the plan says
Running RunTest None of the features at [classpath:features] matched the filters: [@SANITY, @SANITY1]
anyone can help this issue? i also face the same issue
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.