In Eclipse Europa version, I had an option in testNG properties to specify the customListener class name that overrides default listener. I don’t find that option in any other version of Eclipse? Is there any other way by which I can specify the customListener class name?
Share
This option was removed a while back in favor of specifying listeners and other configuration via a template testng.xml file that can be specified in Eclipse. Here is some documentation showing how to specify the testng.xml file: TestNG listeners documentation.