Hello to everyone,
I am a macOS user and I note that the auto generated command line contains -noExit that is mentioned as a Window -Only option. Its presence make us having to hard stop the script execution with control + c. I don’t what it does on linux. Is it very important, we could erase it manually in the command line before to execute it, but is it possible to don’t generate it when we’re using a different os?
not sure about how to set it depending on the OS but yea, you should be able to remove that line without it really affecting your test execution. I believe its meant to allow the tester to review the log post execution
Will the console mode be available for mobile testing? I have a mobile app and I would need to execute the test suite automatically when there is changes in the backend of our system…
Hi All! I need to set number of times running test cases in the test suite. And i use for these -retry option, here my command:
katalon -noSplash -runMode=console -projectPath=“path” -statusDelay=5 -retry=4 -testSuitePath=“Test Suites/demo” -executionProfile=“default” -browserType=“Chrome”
And id doesn’t work, test suite run only one time, could you please help me with it?
Indeed, when generating CMD, I only got this command : katalon -noSplash -runMode=console -consoleLog -noExit -projectPath="C:\dev\Katalon Studio\reflexfmtests\ReflexFmTests\ReflexFmTests.prj" -retry=0 -testSuiteCollectionPath="Test Suites/cAllTests"
In fact, I finally understood that concurrent instances has to be set in collection and it is saved in file collection.ts
So we have no need to have a parameter in command line to set it.
Is it possible to run the mobile application through the cmd line. I generated the command from console mode and tried to add it in the cmd prompt.
I am getting an error message as: ‘katalonc’ is not recognized as an internal or external command,
operable program or batch file.
I am getting similar error ( ./katalonc : No such file or directory) for web app but seems like after katalon version7.0 it is mandatory to install licensed Katalon Runtime engine .
May I know if anyone is aware about any other solution for this ?
In version 7.2.1, only the first Test Case from my Test Suite is started. The second test is stuck at “INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Chrome’ driver”
I run the test via console in IntelliJ with command like: katalonc -noSplash -runMode=console -projectPath="myProjectPath" -retry=0 -testSuitePath="myTestSuitePath" -executionProfile="default" -browserType="Chrome" -apiKey="myApiKey"
When I am trying to execute my Test suite via CMD, Browser is not launching, Can any please help me to solve this issue, Its blocking my work. Thanks in Advance.
Getting this Error:
Caused by: com.kms.katalon.core.exception.StepFailedException: java.lang.NoSuchMethodError: org.openqa.selenium.remote.DesiredCapabilities.chrome()Lorg/openqa/selenium/remote/DesiredCapabilities;