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
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: