Customise testNG output with IReporter listener
In our previous post , we have seen list of testNG listeners and also we have seen how we can customise the output using the ITestListener. In this post we will be talking about some more customisation using IReporter. IReporter is an interface, we need to implement generateReport() This method has 3 parameters, xmlSuites |…