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

expandDocStrings property is not working in cluecumber-maven #308

Closed duke2048 closed 1 year ago

duke2048 commented 1 year ago

Describe the bug expandDocStrings property is not working in cluecumber-maven

To Reproduce Steps to reproduce the behavior:

  1. Go to your pom.xml and set this the property to true: <expandDocStrings>true</expandDocStrings>
  2. Run the plugin mvn cluecumber:reporting
  3. Check the logs:
    14:14:53.321 INFO: - fail pending/undefined scenarios : false
    14:14:53.321 INFO: - expand before/after hooks        : false
    14:14:53.321 INFO: - expand step hooks                : false
    14:14:53.321 INFO: - expand doc strings               : false
    14:14:53.321 INFO: - expand attachments               : false
  4. See error: Open the report, the doc strings are not expanded.

Expected behavior The doc strings should be expanded in the report

bischoffdev commented 1 year ago

Thanks for reporting, will check it!

bischoffdev commented 1 year ago

Fixed in 3.2.1 (deploying now, should be available on Maven Central today)