I have a maven project for testing. I am using testng plugin. After the test run is complete we get a test-output folder in package explorer of eclipse . What i want to do is send the email-able report from withing the "test-output" folder. To do this i need to refresh the work-space after the test run . How should i do it.
If we don't refresh we will get the old test run report on the mail . Thus its necessary to refresh work-space