Skip to content

a newman html report template which contains request and response details (body) in the report

License

Notifications You must be signed in to change notification settings

felixdjost/newman-html-report-template-verbose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

newman-html-report-template-verbose

a newman html report template which contains request and response details (body plus http headers) in the report. (similar what you could get with the newman v2 -O out option)

The template is a small modification from the original reporter file from https://github.com/postmanlabs/newman/blob/develop/lib/reporters/html/template-default.hbs

How to use

  • install newman
  • call newman as follows:
newman run -e env-INTEG.json --reporters cli,json,html,junit --reporter-html-template templates/htmlreqres.hbs --reporter-html-export nice_report.html mycollection.postman.json
newman

Open issues

  • Formatting of bootstrap could be improved

About

a newman html report template which contains request and response details (body) in the report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages