Cucumber Test execution for gradle project via command line using tags for cucumber feature files
问题 I am looking to execute a cucumber test for a gradle project via command line using specific feature tags. The command I am using : gradle test -DCucumber.options="-tags @tagname" Command does execute the tags mentioned. I have tried using gradle test -DCucumber.options="-tags @tagname" and also gradle test .I didn't find any difference in both the command. gradle test -DCucumber.options="-tags @tagname" : Executes the Runtest.java and tags mentioned in this file, irrespective of what feature