Failed Export Report in katalon Studio after running test suite collection with testcloud environment

Hello,

Please help me, i got failed export report in katalon studio ( i use katalon studio 9.6.0) after running test suite collection with testops environment

i got this error

Sat Jul 13 23:12:03 WIB 2024
java.io.IOException: java.lang.NullPointerException: Cannot invoke “java.util.Map.get(Object)” because the return value of “com.kms.katalon.core.configuration.RunConfiguration.getExecutionProperties()” is null
at com.kms.katalon.execution.launcher.provider.ExportReportProvider.exportTestSuiteCollection(ExportReportProvider.java:79)
at com.kms.katalon.execution.launcher.TestSuiteCollectionLauncher.prepareReport(TestSuiteCollectionLauncher.java:240)
at com.kms.katalon.execution.launcher.TestSuiteCollectionLauncher$1.run(TestSuiteCollectionLauncher.java:190)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.NullPointerException: Cannot invoke “java.util.Map.get(Object)” because the return value of “com.kms.katalon.core.configuration.RunConfiguration.getExecutionProperties()” is null
at com.kms.katalon.core.configuration.RunConfiguration.getDriverExecutionProperties(RunConfiguration.java:308)
at com.kms.katalon.core.configuration.RunConfiguration.getDriverSystemProperties(RunConfiguration.java:334)
at com.kms.katalon.core.configuration.RunConfiguration.getDriverSystemProperty(RunConfiguration.java:314)
at com.kms.katalon.core.logging.model.TestSuiteLogRecord.getRemoteWebDriverType(TestSuiteLogRecord.java:95)
at com.kms.katalon.core.logging.model.TestSuiteLogRecord.getBrowser(TestSuiteLogRecord.java:78)
at com.kms.katalon.execution.launcher.provider.ExportReportProvider.exportTestSuiteCollection(ExportReportProvider.java:71)
… 3 more

Sat Jul 13 23:12:03 WIB 2024
java.lang.NullPointerException: Cannot invoke “com.kms.katalon.core.logging.model.TestSuiteCollectionLogRecord.clone()” because “collectionLogRecord” is null
at com.kms.katalon.execution.launcher.TestSuiteCollectionLauncher.uploadReportToIntegratingProduct(TestSuiteCollectionLauncher.java:344)
at com.kms.katalon.execution.launcher.TestSuiteCollectionLauncher$1.run(TestSuiteCollectionLauncher.java:200)
at java.base/java.lang.Thread.run(Thread.java:833)

and when i check a folder report. theres only report that generated

but when i try test suite collection with chrome and any browser, the html report is success generated

why only failed generated html report when using testcloud environment??

1 Like

Hi there,

Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.

Thanks!

Hi @xsis.novitasari,

Welcome to our community. Thank you for sharing your issue and let me ask my team. Back to you soon

1 Like

what was the resolution? we’re facing similar issue