I am trying run cucumber tests using maven with following command
mvn test -Dcucumber.options=\"--tag @debug1\"
This command works fine, ho
mvn clean verify -D tags="tagName"