Allure Report integrations with Katalon

Hello All,

Does anyone recently integrated allure report with katalon? If yes, could you please steps or documentation to follow?

2 Likes

hi @kthirugnanam

i think you should use workaround to do this. i found the discussion here: Create Allure Report extention Plugin

also found this one on github:

Hello @depapp ,

Thanks for sharing the pages. I have referenced it earlier but looking out for someone who configured it recently and things are up and working.

Instead of Allure Report, Katalon announced the official support of Extent Reports integration:

Be informed, the plugin requires an Enterprise license.

Though, I am not sure if the quaility of the Katalon - Extent Reports integration is satisfactory for you or not.

March 2025, I have ever touched Extent Reports. I tried to integrate Extent Reports with my test on Katalon studio. I didn’t use the official plugin. See

My objectives included:

  1. WebUI.comment(message) should fork the message into the output compiled by Extent Reports
  2. Stacktraces of Java Exceptions should be included in the output compiled by Extent Reports
  3. Screenshots captured during the test execution should be attached into the report compiled by Extent Reports

In the course of this study, I realised that I need to change the com.kms.katalon.core.logging.KeywordLogger class, which is a part of Katalon’s core API, so that it transfers the log messages into Extent Reports via the Extent Reports API. In other words, I would require Katalon to change the Katalon Studio product to work with any extenally-provided reporting frameworks such as Extent Reports. I suppose that I would find the same difficulty in Katalon - Allure Report integration.

However, I myself can not change the com.kms.katalon.core.logger.Keywordlogger class; only Katalon can do it as the product is not an open-sourced project; it is their proprietary product.

The plugin module described in the Extent Reports integration | Katalon Docs article does not cover the aformationed 3 objectives; so it does not satisfy me. In the end, I abandoned the idea of Extent Reports integration with Katalon.

The built-in HTML report in the v10 Katalon Studio is enough for me. I am no longer interested in the external report frameworks integration with Katalon.