RosmanNatalie
New member
I am using newman with htmlextra to run a Postman collection and generate an html report as per instructions https://adevait.com/qa/how-to-create-elegant-html-reports-in-postman.
I have used a table within the Postman documentation section which is in Markdown format, something like this :
It renders properly in Postman
However, when I open the htmlextra report, it looks something like this :
htmlextra report
Has someone come across this issue before? Any ideas would be helpful.
Thanks in advance.
I have used a table within the Postman documentation section which is in Markdown format, something like this :
CODE | STATUS | RESULT |
---|---|---|
200 | success | |
404 | no_data_found | No saved report found for the logged-in user |
However, when I open the htmlextra report, it looks something like this :
htmlextra report
Has someone come across this issue before? Any ideas would be helpful.
Thanks in advance.