Make your postman test reporting more interactive with HTML Extra report with newman

Postman is a widely used web services testing tool in the testing arena. It is a test tool which is equipped with many features. We use newman to run test created by postman in a more automated manner or it enables us to execute the test created via postman through CI/CD tool like Jenkins. HTML Extra is an awesome Postman/Newman reporting dashboard which enables us to display postman test results in a more interactive manner. To start first export the postman collection to a JASON file.

No alt text provided for this image

Next install NodeJS from the NodeJS official site and then add the following newman package

npm install -g newman        

Next add the HTML Extra reporting package as a node module

npm i?newman-reporter-htmlextra        

Thereafter run your newman test with the -r htmlextra parameter

newman run d:\rest\Kushan.postman_collection.json -r htmlextra        

You will get an interactive report as bellow

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

More information please read


Sharma K Sathyanarayan

Test Lead/Sr Test Analyst | Postman | Cypress | Jenkins | AgileScrum | Pega CBA | Guidewire | Insurance | Digital Transformation | Dynamics -365 CRM |

3 年

This is really a good one to publish the results with teams and I have used this one in my projects. Nice share Kushan

要查看或添加评论,请登录

Kushan Shalindra Amarasiri的更多文章

社区洞察

其他会员也浏览了