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
In the above example table user has tagged to multiple examples table.
Here when we run our test with a custom Formatter then no method exposes this tags.
Context & Motivation
I am trying to implement a custom Reporter but the example level tags information is not available.
Your Environment
Version used: 1.2.5
Operating System and version: windows 7
Link to your project: N/A
The text was updated successfully, but these errors were encountered:
Summary
Formatter#scenario#getTags()
method does not returns tags specified at Examples levelExpected Behavior
Gherkin Formatter#scenario#getTags() should also return tags specified at the example level.
Current Behavior
Currently it only returns tags specified at the Scenario or Feature level.
Steps to Reproduce (for bugs)
Assume below Examples table:
In the above example table user has tagged to multiple examples table.
Here when we run our test with a custom Formatter then no method exposes this tags.
Context & Motivation
I am trying to implement a custom Reporter but the example level tags information is not available.
Your Environment
The text was updated successfully, but these errors were encountered: