Trying to run Katalon test suites in Azure pipeline, following are the blockers as it is saying "Cannot find the test suite path". it would be helpful if anyone could help

com.kms.katalon.execution.exception.ExecutionException: com.kms.katalon.execution.exception.InvalidConsoleArgumentException: Test suite ‘TestAutomation\Test Suites\Sanity Test_UAT\SanityTest_UAT’ not found.
at com.kms.katalon.execution.console.entity.TestSuiteLauncherOptionParser.getConsoleLauncher(TestSuiteLauncherOptionParser.java:318)
at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:74)
at com.kms.katalon.console.application.ConsoleMain.launch(ConsoleMain.java:521)

Hi @sramesh,
Just guessing but maybe try removing the spaces?

For example:
TestAutomation\Test Suites\UatSanityTest