Hi Aslak,
thank you for you prompt reply, I have input the following in the command line (gradle cucumber -PPlatform="Android" -PAppName="Mustatrd" -Dcucumber.options="--tags @my"). it just runs the whole feature without acknowledging the tags I am specifying.
I have two scenarios which contains tags , below is my gradle.feature file specifying tags
@ff
Feature:Gradle-Cucumber integration
@my
Scenario: run app non-mustard
Given run simple non-mustard steps
@second
Scenario: run app mustard
Given run simple mustard steps
@Cucumber.Options(format = {"pretty", "html:build/cucumber-html-report"}, tags = {"@my", "@first"}). What I was hopping for it to execute only one tag (which is scenario with @my tag). Could you please elaborate on this matter.
Kind Regards,
Bilal Ejaz