You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cucumber tags can be applied on scenario level and feature level. My feature file is using tags on both levels. Please check below screenshot of my cucumber report. The @reports tag is a feature tag and @AIMAGL-5164 is scenario tag. Having feature tag in cucumber report is messing my total calculations hence I would like to know is there any way to ignore feature level tags in cucumber report? I have already tried tags = {"~@Reports"} in TestRunner file but it doesn't work because whole feature file won't run. If there is no way to achieve this then can this functionality be added as enhancement?
The text was updated successfully, but these errors were encountered:
Hello,
The cucumber tags can be applied on scenario level and feature level. My feature file is using tags on both levels. Please check below screenshot of my cucumber report. The @reports tag is a feature tag and @AIMAGL-5164 is scenario tag. Having feature tag in cucumber report is messing my total calculations hence I would like to know is there any way to ignore feature level tags in cucumber report? I have already tried
tags = {"~@Reports"}
in TestRunner file but it doesn't work because whole feature file won't run. If there is no way to achieve this then can this functionality be added as enhancement?The text was updated successfully, but these errors were encountered: