robotcodedev / robotframework-gherkin-parser

RobotFramework GherkinParser
Apache License 2.0
20 stars 4 forks source link

[BUG] Documentation of Scenario is not visible in Robot Framework logs #1

Closed dschweie closed 9 months ago

dschweie commented 9 months ago

Describe the bug The documentation of the scenario is not inside the log file of Robot Framework

To Reproduce Steps to reproduce the behavior:

  1. Execute the example code
  2. Check report.html and log.html
  3. The text "Dokumentation zum Szenario" is not available

If possible add some example source code like:


  Feature Description

  @regression
  Scenario: Usual Login
    Dokumentation zum Szenario
    Given Application Is Started
    Then Default User Is Logged In

Expected behavior The documentation of scenario should be displayed in log files of Robot Framework.

Screenshots/ Videos image image

Desktop (please complete the following information):

d-biehl commented 9 months ago

fixed it, but I will make a new version not before next week