cucumber / html-formatter

HTML formatter for reporting Cucumber results
https://cucumber.io/
MIT License
13 stars 4 forks source link

Markdown in gherkin doesn't work #294

Open tlempart opened 5 months ago

tlempart commented 5 months ago

👓 What did you see?

I defined the below feature

Feature: Feature name

    Are you sure that _Markdown_ works for Feature **Descriptions**?

    Scenario: Scenario name

when I call yarn test I got

Screenshot 2024-03-18 at 14 15 38

✅ What did you expect to see?

I would like to see the proper markdown formatting, i.e. italic for the Markdown string and bold for the Descriptions string.

📦 Which tool/library version are you using?

The example is build on top of cucumber-js in version 10.3.1.

🔬 How could we reproduce it?

Please clone the https://github.com/tlempart/html-formatter-markdown repository and then run yarn install, yarn test