trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
268 stars 89 forks source link

Doc String not show in report #267

Closed j-martinez-dev closed 3 years ago

j-martinez-dev commented 3 years ago

Describe the bug I have an instruction with a String parameter and a doc string

image

But the doc string is never show in the report

image

Expected behavior

See the content of the doc string in the report

Additional context Version 2.6.1

bischoffdev commented 3 years ago

You have a button in the upper right corner of the scenario overview pages to display doc strings. If you want to display them automatically, just use the <expandDocStrings>true</expandDocStrings> config setting.

j-martinez-dev commented 3 years ago

Hi, thanks for your answer..

Its the first time that i notice the buttons "show Scenario hooks" and "show DocStrings"

Thanks you :)