For my case the Katalon report is getting generated after the suite is execution completed. Even if I use @afterTestsuite in Listener class, the hrml report is getting generated after this only. So, this logic will not helpful to get html report. Kindly suggest, How can i get the html report path automatically via automation for the above mentioned scenario.
You can compile a HTML report of Katalon tests using Extent Report framework which is open-sourced amd free to use. You can control everything about the report : where to store the file etc.
If you have an Enterprise license you can use the following plugin
It is possible to integrate Extent Report into Katalon Studio Free without the plugin. That means you want to reinvent the integration plugin for yourself. It would be hard but possible.