You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a long paragraph which I am passing as Doc String.
I could see the less than '<' and greater than '>' signs are getting visible in JSON file as it is being passed in feature file but,
when I generate the HTML file using reporter the signs gets converted as stated in the issue.
Here is the sample step: Given I have following text: ``` if (num < 1) { ..... some text } ```
The reporter generated HTML file is as below:
Have someone faced such issue, would be great if you guys have any inputs/workaround.
The text was updated successfully, but these errors were encountered:
I have a long paragraph which I am passing as Doc String.
I could see the less than '<' and greater than '>' signs are getting visible in JSON file as it is being passed in feature file but,
when I generate the HTML file using reporter the signs gets converted as stated in the issue.
Here is the sample step:
Given I have following text: ``` if (num < 1) { ..... some text } ```
The reporter generated HTML file is as below:
Have someone faced such issue, would be great if you guys have any inputs/workaround.
The text was updated successfully, but these errors were encountered: