A collection with 194 suites get struck when executed in console mode

A collection with 194 suites (having one test in each suite) get struck when executed in console mode.

It says its executing remaining 2 tests (see below example) infinitely and doesn’t come out of console.


Test Suites/Collection1 - 20200121_032137…192/194(99%)

Test Suites/Suite1 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032231…0/1(0%)
Test Suites/Suite2 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032259…0/1(0%)
Test Suites/Suite3 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032437…1/1(100%)
Test Suites/Suite4 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032440…1/1(100%)
Test Suites/TSuite5 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032441…1/1(100%)
Test Suites/Suite6 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032442…1/1(100%)
Test Suites/Suite7 - Remote - http://X.X.X.X:4444/wd/hub - 20200121_032451…1/1(100%)

When I checked the result folder, I found both suites (Suite1 and Suite2) already executed and passed successfully. But console failed to capture it.

This behaviour can be reproduced everytime. Please let me know if you need any specific information.

I am working on Katalon 6.1.0.

My console command -
/katalon -noSplash -runMode=console -projectPath="/Project/Project.prj" -retry=0 -testSuiteCollectionPath=“Test Suites/Collection1” -remoteWebDriverType=“Selenium” -executionProfile=“default” -remoteWebDriverUrl=“http://X.X.X.X:4444/wd/hub” -browserType=“Remote”

Thanks for your help,
Vishal

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.