I am running Katalon test using Console mode and my test suite contains 4 tests.
However I have observed that after execution completes (My tests have failed) katalon studio report is prepared and is console is closed but it left 4 Chrome instance in task manager consuming more than 90% of cpu.
That settings only terminate chromedriver.exe. Please ensure youâve called âClose Browserâ keyword also at the end of your test, otherwise Chrome.exe still exists until you call this keyword
It happened with specific chromedriver.exe verison only. After update of Katalon 5.4.2, itâs working fine. we can close this thread
Reproduces on 5.8!
Chrome.exe processes are left open .
ChromeDriver.exe are doing the same.
Running from command line also adds âConhost.exeâ on the build agent.