email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Tags on examples tables are not shown in the report #57

Closed MaximeRyckmans closed 6 years ago

MaximeRyckmans commented 6 years ago

Example: When I run the following feature file: @Dummy Feature: Debug
dummy feature file for quick testing of stuff

Scenario Outline: dummy Given language is selected on the "Splash" page

@test Examples: |input | |Dutch |

@test2 Examples: | input | | French |

I can see the tag @Dummy, but not @test and @test2 tags on example level

email2vimalraj commented 6 years ago

@MaximeRyckmans : Can you please show the sample default cucumber report whether it shows the tags for example table?

email2vimalraj commented 6 years ago

@MaximeRyckmans : Closing this due to inactivity in this issue. Feel free to re-open in case further help needed.

MaximeRyckmans commented 6 years ago

@email2vimalraj Sorry about not replying, completely forgot about this.. I will indeed reopen if needed, but for now we can keep it closed.