ReporterLog to send logs to testNG report & attach screenshot on test failure
In one of our previous post, we have seen how to use default testNG html report to understand the pass, failure and skip tests and debug the tests. In this post we will be seeing how to send log messages and attach screenshots to emailable-report.html and index.html We will use Reporter api to achieve this.…