Make your postman test reporting more interactive with HTML Extra report with newman
Kushan Shalindra Amarasiri
Director Quality Engineering at Social Catfish
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.
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
More information please read
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