Postman Tutorial - Generate HTML Reports from command-line with Newman

preview_player
Показать описание
Learn how to generate extensive HTML Reports with Newman.

We need to install a reporting plugin with Newman to generate HTML report after running any collection from the command line. We can install the plugin using npm by running the following command:

npm install -g newman-reporter-htmlextra

Once plugin is installed, we can run the following command to generate the HTML report. It will create a new report in the ./newman directory

Found this video interesting - Please Like and Share the video.

Have Feedback/Questions - Leave a comment below.

Get access to 100 plus videos on different automation tools. Also never miss out on any new video posted on our channel.

Other Video Playlists on our Channel:
Selenium:
Jenkins 2.0:
Maven:

Рекомендации по теме
Комментарии
Автор

Thanks for sharing this video and using my reporter ❤️

danny_dainton
Автор

while run npm i -g newman-reporter-htmlextra in cmd 404 error will shown how to resolve this

vikrantjundhale
Автор

how to attach html newman report to email attachment through jenkins

poornaps