I used below image inside CircleCI config:
katalonstudio/katalon-circleci
Next, I used below command to launch the script execution.
katalon -noSplash -runMode=console -consoleLog -noExit -
projectPath="XYZProject.prj" -retry=2 -retryFailedTestCases=true -
testSuitePath="Test Suites/SmokeTest" -executionProfile="default" -
browserType="Chrome"
I am getting below error in cirlceCI.
katalon: command not found
Can anyone please help how to run the test script?