Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Scenario and Scenario-Outline description content <Text> angle brackets are causes extent report loading issues #119

Open
manjunp opened this issue Mar 24, 2020 · 0 comments

Comments

@manjunp
Copy link

manjunp commented Mar 24, 2020

Currently, if Steps description contains the angle brackets (< & >), then those are replaced with &lt and &gt in ExtentCucumberAdapter (we are using version 1.0.10)

image

But if Scenario and Scenario-Outline description contain angle brackets (< & >), extent report is partially loading and dashboard and clickable items are not working properly. We found that it is causing issues due to unclosed HTML angle brackets (< & >) tags that are used in Scenario and Scenario-Outline descriptions.

Would it be possible to convert/replace the angle brackets (< & >) with &lt and &gt for Scenario and Scenario-Outline description content as well?

Maybe, following highlighted code segment to be updated with replacing the angle brackets.

image

We would really appreciate it if you could accommodate this in the next upcoming release. Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant