To run Katalon Studio or Katalon Studio Enterprise with Katalon Runtime Engine, you need to:
-
Log in to your Katalon account on Katalon Studio.
-
In the command generator, generate command with the auto-filled Katalon API Key and customized information.
-
Copy and paste the generated command into Terminal (for macOS/Linux) or Command Prompt (for Windows).
-
Open the command prompt and navigate to the folder of Katalon Studio Engine:
katalonc.exe
(Windows), Applications folder (macOS), orkatalonc
(Linux) file.macOS:
cd /Applications/Katalon\ Studio\ Engine.app/Contents/MacOS
-
Enter the following syntax to execute the automation test:
For example:
katalonc -noSplash -runMode=console -consoleLog -noExit -projectPath="C:\Users\Katalon Studio\Project\YourProject.prj" -retry=0 -testSuitePath="Test Suites/TS_RegressionTest" -browserType="Chrome (headless)" -apiKey=abczxzxz
Katalon API Key is required for activating RE.
Please refer to Command Syntax for further instructions on working with RE.
Comments
0 comments
Please sign in to leave a comment.