Free-form descriptions under Feature, Scenario, Background, etc. should be wrapped using the printWidth prettier option
Closed this issue · 3 comments
lcrespom commented
The text in free-form descriptions should take the printWidth
prettier option into account. For example:
Feature: lorem ipsum
Dolor sit amet consectetur qui dolorem ipsum, quia dolor sit amet consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem (etc...)
If this option is set in .prettierrc
: "printWidth": 80
Then the text should be wrapped accordingly:
Feature: lorem ipsum
Dolor sit amet consectetur qui dolorem ipsum, quia dolor sit amet
consectetur adipisci velit, sed quia non numquam eius modi tempora
incidunt, ut labore et dolore magnam aliquam quaerat voluptatem (etc...)
P.S. thank you for this very useful plugin :-)
jdeniau commented
Thank you and nice catch!
lcrespom commented
Thank you very much. I checked it and it works.
Regards,
Luis.
…On Fri, Jul 5, 2024 at 11:35 AM Julien Deniau ***@***.***> wrote:
@lcrespom <https://github.com/lcrespom> released as 2.4.0
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGFHEQ67ZKJGOWDLMFXFXTZKZSG3AVCNFSM6AAAAABKI6KPMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGU2DGNJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>