java - How do I trigger sending TestNG emailable report after test completion -


how send testng emailable report through mail automatcally after completetion.

i have logic sending email, email not triggering after completion of test suite execution. please me logic

i have used ireporter listener still did not able send latest report through email because emailable report not refreshed. before sending user, opening emailable report using below

java.awt.desktop.getdesktop().browse(new uri("file:"+filename1)); 

filename1 emailable report file.

now able latest one....


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -