cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

accessing tags for OutlineTable #122

Open thommes opened 13 years ago

thommes commented 13 years ago

Trying to access the tag(s) for the outline table and not seeing a way to fetch it. source_tag_names at the Outline Table level is only returning @scenario_outline_tag. Maybe when the tags were implemented at the outline table level they weren't added to the source_tag_names method?

The ultimate goal is a way to identify the table or example row. We're needing that granularity. Also can't seem to find an easy way of pulling out Scenarios Name

@feature_tag Feature:

@scenario_outline_tag Scenario Outline: Scenario Outline name . . . @scenarios_tag Scenarios: Scenarios name

thommes commented 13 years ago

Actually I meant to say that source_tag_names at Outline Table level is only returning @scenario_outline_tag and @feature_tag, but not @scenarios_tag.