trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
268 stars 89 forks source link

Can we add some property in cluecucumber which will only show a specific tag execution? #265

Closed goyalvipul closed 3 years ago

goyalvipul commented 3 years ago

**Is your feature request related to a problem? Yes, this is a need of an hour. Automation testers tend to add multiple tags to a single scenario, which gets published in the report, as is. This also duplicates the scenario count shown on the Scenario main page. I want to show the report only for a particular tag which I actually executed.

Describe the solution you'd like When we open the report it should only show the Scenarios executed under the mentioned tag. "Scenario by Tag"

bischoffdev commented 3 years ago

Hello @goyalvipul ,

I read your issue and also the discussion over at the karate repo. Still, I don't see the problem here. If you want to execute scenarios that contain a specific test, it does not mean that all other tags should be hidden. Semantically they still belong to the executed scenario and should be displayed.

Do you have an example or some further explanation of what you mean?

bischoffdev commented 3 years ago

There was no further answer/example given.