Hi, I have few test suites with test cases to automate web flows.
Few of TCs in the suite are dependent on previous test cases in the same test suite. So if some test cases at the beginning FAIL, i dont want Kataloc process to trigger the subsequent test cases. The number of TCs to decide the to stop the failure is not deterministic due to which i cannot use the -maxFailedTests arguent to control it.
So i am manually killing the Katalonc process from my task manager, but even after killing that process i can see the subsequent test cases are still being launched. I understand it because each Test case launches a separate browser instance. And this will continue till the last test case in the test suite which is triggered.
How should i stop the execution even after Kataloc process is killed manually?
What other process should i kill so that the execution stops immediately?
Does Kataloc invoke some other deamon which keeps running in background so that even if the Katalon process is killed, that component keeps running.