cucumber / cucumber/react-components

HTML elements in feature description are not included

Open
#354 0 comments 0 reactions 0 assignees View on GitHub
:bug: bug
Dominant language
TypeScript
Stars
38
Forks
13
Avg merge
16h 2m
Merged PRs (30d)
7

Description

### 👓 What did you see?

```
Feature: Belly

Header text

alert('hello')

Footer text

Scenario: a few cukes "alert('hello')"
Given I have 42 cukes in my belly
When I wait 1 hour
Then my belly should growl
```

Note that the first `alert('hello')` from the feature description is not included, the second is.

![image](https://github.com/user-attachments/assets/5c794843-c6a1-48cd-bce6-43351ae3ab93)

### ✅ What did you expect to see?

All html elements should be included, rendered as text.

### 📦 Which tool/library version are you using?

cucumber-html v21.4.1

This is important, because without https://github.com/cucumber/html-formatter/pull/312 the report will not render at all.

### 🔬 How could we reproduce it?

_No response_

### 📚 Any additional context?

_No response_

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.