Snooz82 / robotframework-datadriver

Library to provide Data-Driven testing with CSV tables to Robot Framework
Apache License 2.0
131 stars 37 forks source link

[Documentation] field on Test Case template not honored #74

Closed Apteryks closed 1 year ago

Apteryks commented 2 years ago

Hello,

When using a test template such as:

*** Test Cases ***
 Some Test ${param1} ${param2} ...
    [Documentation]    Some documentation for the test.

The documentation is not shown next to each test in the test report.

Snooz82 commented 1 year ago

in 1.7.0 if no [Documentation] is defined in the source, so if the TestCaseData.documentation is None and not "" the template doc is used.