Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add <pre> tag to step.html, it's not showing in proper format now #290

Open
s-dwivedy opened this issue Oct 27, 2023 · 0 comments
Open

Comments

@s-dwivedy
Copy link

Environment (please complete the following information):

  • multiple-cucumber-html-reporter: [e.g. 1.10.0]
  • Node.js version: [e.g. 8.9.1]
  • NPM version: [e.g. 5.8.0]
  • Platform name and version: [e.g. Windows 10]
  • Cucumber version: [e.g. 4.2.0]

Config of multiple-cucumber-html-reporter
An example of how you configured the reporter in your config

Describe the bug
Show info is not showing in proper format as

 tag is not added.
<% if (step.html) { %>

<%= step.html.join('
') %>


<% } %>

To Reproduce
In the report -> click on scenario -> show info

[Include code or an example repository that can easily be set up]

<% if (step.html) { %>


<%= step.html.join('
') %>


<% } %>

Expected behavior
Show info should show in proper format .

Log
If applicable, add logs to help explain your problem. If you don't have logs, enable 'debug:true' in the config and paste the log here.
Please use proper markdown to style it

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant