I schedule the regression test collection weekly on VM server with the help of Katalon agent, sometime I see 1-2 test suite get aborted in middle and close and execution engine picks up the next suite to execute and in this way it completes. Next day when I try to check the log file or the debug file, it shows that any particular suite got skipped but it didn’t have end-to-end detail about what went wrong during execution.
So below you can see in the starting the list is in the image
Now after sometime, I can see the message in the log that it is closing the 1st test suite and providing the result in the filepath under the tmp folder, but as that is temporary folder so I cannot find any file there to check what happened
AFAIK when a test suite or test run is aborted/skipped during execution, it won’t show a full detailed report like a normal completed run because katalon doesn’t generate a full suite report unless the execution finishes as expected.
but you can try this approach, for runs that are aborted early (especially from command-line/CI agents), katalon often writes temp logs in the system temp area (not just the normal Reports folder). for example:
I faced similar issue around 5-6 months back, and the main reason for that was the tests in that suite were getting timed out. This time-out is there in the Advanced Settings section. By default it is 180 mins. Meaning if the tests in the suite are not completed in 180 mins then that suite gets cancelled.
Based on the forum post and Katalon Studio documentation, here’s a comprehensive answer to Arvind Choudhary’s question about finding aborted test results:
Problem Analysis
You’re running regression test collections on a VM server with Katalon agent, and occasionally 1-2 test suites get aborted mid-execution. When you try to find the logs or debug files, you can’t locate the information about what happened to the aborted suite.
Key Takeaway: The Log Viewer in Katalon Studio is your primary source for understanding aborted tests. If that doesn’t provide enough detail, check the Reports folder on the file system and enable TRACE level logging for deeper insights.