In testng 6.8, I was able to call Reporter.log("foo") to publish reporter log in testng-result.xml during onFinish () event in ITestListener.
In testng 6.9, I am not able to publish reporter.log("foo") during onFinish event in ITestListener.
Note - This only happens when running testng in ant using TestNGAntTask class
In testng 6.8, I was able to call Reporter.log("foo") to publish reporter log in testng-result.xml during onFinish () event in ITestListener. In testng 6.9, I am not able to publish reporter.log("foo") during onFinish event in ITestListener.
Note - This only happens when running testng in ant using TestNGAntTask class
Thanks