I am having some problems executing a test suite from the command line with a properties file. Katalon claims I am missing the projectPath argument in my console.properties file when it is in fact there:
browserType=Chrome
projectPath=C\:\\Users\\myuser\\Katalon Studio\\Demo\\MyProject.prj
executionProfile=default
retry=3
retryFailedTestCases=true
testSuitePath=Test Suites/Demo Test Suite
reportFolder=C\:\\temp\\reports
reportFileName=MyReport
[EL Warning]: 2019-01-04 13:15:14.261--Ignoring attribute [lastRun] on class [TestSuiteEntity] as no Property was generated for it.
Missing required argument(s): projectPath.
Request sent successfully.
Thank you for this report. It seems like a bug to me - we will take a look next week. A workaround is to append the projectPath argument to the command:
Similar happens to me but when i run a collection with Jenkins-Katalon plug in , i give the path for the test suite collection and still the same error is displayed