cucumber / cucumber/html-formatter

Markdown in gherkin doesn't work

Open
#294 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
21
Forks
6
Avg merge
1d 17h
Merged PRs (30d)
8

Description

### 👓 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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.