Katalon Engine fails to start Chrome in Linux

@david.mossakowski
You can try to add these desired capabilities in Desired Capabilities settings of Chrome (headless):

"args":["--no-sandbox","--disable-dev-shm-usage"]
"useAutomationExtension":"false"

Related dicussion: selenium - WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser - Stack Overflow