burtlo / yard-cucumber

YARD extension that adds Cucumber Features, Tags, and Step Definitions
MIT License
128 stars 46 forks source link

Adding tags from scenario outline examples #86

Closed elhuang closed 6 years ago

elhuang commented 7 years ago

Addressing https://github.com/burtlo/yard-cucumber/issues/85

Proposed solution: Add tag to examples object and associate detected example tags with scenario outline as tag parent.

elhuang commented 6 years ago

Works to surface example tags but breaks tag filtering.