Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Share HTML reporte through slack in Junit report fails

Nilesh Kumar February 6, 2020

Hi Team,

My requiremnt is that I need to share the HTML report generated from newman command through slack if newman JUnit test fails for the postman script.

if below command got some test case fails

newman run Suite.postman_collection.json --globals DEV.postman_environment.json --suppress-exit-code --reporters junit --reporter-junit-export postman-tests-results.xml

 

Then run below command and share the Report in Slack

newman run Suite.postman_collection.json --globals DEV.postman_environment.json --reporters cli,htmlextra --reporter-html-export report.html

1 answer

1 vote
Move Work Forward
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2020

Hi,

 

You could make a custom script that posts a file or image via Slack Incoming Webhook integration. Or you could render the html report in a headless browsers, upload the report to S3 and send a message with a link to Slack.

Post a message via Incoming Webhook - https://api.slack.com/messaging/webhooks

Post a file - https://api.slack.com/methods/files.upload

 

Cheers,

Leo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events