简体   繁体   中英

How do I trigger sending TestNG emailable report after test completion

How do I send TestNG emailable report through mail automatcally after completetion.

I have the logic for sending email, but that email is not triggering after completion of test suite execution. Please help me with the logic

I have used IReporter listener but still did not able to send the latest report through email because emailable report is not refreshed. So before sending that to user, I am opening emailable report using below

java.awt.Desktop.getDesktop().browse(new URI("file:"+filename1));

filename1 is the emailable report file.

Now I am able to get the latest one....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM