The documentation on Katalon saying if run below command line after generating console. property file from test suites, it will run from the command window :
katalon -propertiesFile="" -runMode=console
However, it says Katalon is not recognized as an internal or external command. What should I do?
If path of katalon.exe
is not defined in your PATH
variable, command above will only work if you are in Katalon Studio
root folder, in which katalon.exe
is located.