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
Hey @chrisleves: 👋 - Thanks for helping to make the reporter better by raising this ticket. I will take a look as soon as I can and get back to you. Cheers, Danny.
DannyDainton
changed the title
Disabled request header still appears in the report !
Disabled request header still appears in the report
Jun 26, 2024
DannyDainton
changed the title
Disabled request header still appears in the report
[Feature Request] Disabled request header still appears in the report
Jun 27, 2024
There isn't anything in the reporter that filters those out in that way.
We have the flag to skip a specific header:
newman run collection.json -r htmlextra --reporter-htmlextra-skipHeaders "Authorization"
This is all based on the name of the header and it doesn't automatically look at any properties in the header object to check for the disabled boolean.
Feel free to make this change and raise a PR if you'd like to add it in there.
Is There An Existing Issue
What Are You Seeing
Postman source file in the request header section:
Steps To Reproduce The Issue
Add any disabled request headers in your postman tests and run the html reporter extra.
Full Newman Command Or Node Script
HTMLEXTRA Version
1.22.5
Newman Version
5.2
Additional Context
No response
The text was updated successfully, but these errors were encountered: