1
votes

After executing the test suit through Testng framework, I don't have any idea on how to send the report through email. How to use emailable-report.html to be send a specific recipient?

2
Are you using Jenkins or some CI? - niharika_neo

2 Answers

0
votes

you need to use testngxslt plugin and integrate ANT when generated a build.xml file BY using

javax mailjar and javax activation jar trying to send report as zip file.

0
votes

Write a java class to send email using javax and then set it as a final task in your build.xml.( if you are using ant to build and run you can use this, it works fine for us)