radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
182 stars 49 forks source link

fix: examples should support tags #417

Closed fliiiix closed 3 years ago

fliiiix commented 3 years ago

https://cucumber.io/docs/cucumber/api/#tags Should be supported on Feature, Scenario, Scenario Outline and Examples.

FIX #416

I don't really understand the parser. @timofurrer if you can have a quick look if this is a good place to fix that? Would be appreciated