Hi! I’m currently working on a Test Suite in Katalon Studio that integrates with Xray Cloud (Jira).
My goal is to automatically upload the JUnit XML report to Xray — but only after the Test Suite execution is fully completed and the JUnit_Report.xml file has been generated inside the Reports/ folder.
I’ve already tried:
-
@AfterTestSuitehooks (in Test Listeners), -
creating a custom Keyword,
-
and even calling external Groovy scripts —
but all of them trigger before the report files are fully written.
Is there any internal event, listener, or configuration that allows executing a Groovy/Keyword script after report generation (e.g., for report uploading, notifications, or custom integrations)?
Any guidance or example would be really appreciated ![]()