Generate TestNG report during execution of the testTestNG reports are generated after completion of all the test. Is there any way I can generate the TestNG report during execution?
Thanks--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-users/-/cyDnsh1idNIJ.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
Visit this group at http://groups.google.com/group/testng-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
IReporter interface listener is supposed to be invoked by TestNG and NOT by you.
On Wednesday, January 23, 2013, Raj Kumar wrote:
Hi,I am trying to call IReporter generateReport method in @AfterMethod for each method to generate report, How to get XmlSuite(java.util.List<org.testng.xml.XmlSuite>) and iSuites (java.util.List<org.testng.ISuite>) real time values during execution?Thanks--
On Thursday, 10 January 2013 15:10:19 UTC, Cédric Beust ♔ wrote:Reporters are run after the test run, by definition. If you need live information, use a listener. More details here:--CédricOn Thu, Jan 10, 2013 at 6:37 AM, Raj Kumar <rajku...@gmail.com> wrote:Generate TestNG report during execution of the testTestNG reports are generated after completion of all the test. Is there any way I can generate the TestNG report during execution?
Thanks--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-users/-/cyDnsh1idNIJ.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/d/optout.