I’m trying to send the newman HTML report through email to my team members from azure pipeline.
I’ve integrated Postman collection with azure pipeline to run the API tests from the Azure pipeline and send the newman HTML report to the team.
So far, tests are running and newman report is generating successfully in azure pipeline, but i’m not sure how to send this report via email.
Screenshot-
Any help would be much appreciated.