I have a requirement where I need to know through command line or some way to know if the katalon tests are executing having KRE in the machine.
in the linux command line ps -a
command will give you a list of running processes
from KRE installed windows machine, how will i know if there is a Katalon test being run. I am aware of katalon.exe running in tasklist of windows. But I am looking if there are any other process to identify whenever katalon tests are executing.
Powershell Get-Process