TestNG Reporting Customization
We have introduced TestNG default report html and xml files in article TestNG Report Example. But you may find it is not enough for you. Because the original reports generated by TestNG has some inconvenience, it is so basic. TestNG provide IReporter interface which you can implement it to create a test context listener. Then you …