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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,249
Community Members
 
Community Events
185
Community Groups

Share HTML reporte through slack in Junit report fails

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.
Feb 06, 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