<sysproperty key="org.uncommons.reportng.title" value="My Test Report"/>
Hello all,
I was about to implement my own report listeners, then I found ReportNG [1]
Using ReportNG is as easy as setting a listener like this <listener class-name="org.uncommons.reportng.HTMLReporter"/>
Now I have two questions:
1) How do I disable the default listener?
2) How to I set properties like above in my testng.xml file?<sysproperty key="org.uncommons.reportng.title" value="My Test Report"/>
--
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...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
I was able to launch TestNG with the "-usedefaultlisteners false" option via the Eclipse plugin, but the environmental options did not work, just like the summary of the tests :)
--Cédric