How to use Katalon plugin for Jenkins on Ubuntu

Then this problem will be more complicated. You need to check your test case.

Or you can use a simple test case to verify that Jenkins is ok

yeah… I’ll try that way also. :thinking::slightly_smiling_face:

Hi,
i am using this command in my Jenkins

cd C:\Users\xxx\KatalonStudio\Katalon_Studio_Windows_64-6.3.3
katalon -noSplash  -runMode=console -reportFolder="%WORKSPACE%/Reports" -projectPath="%WORKSPACE%\KatalonProject.prj" -retry=0 -testSuiteCollectionPath="Test Suites/RegressionTestSuiteCollection" -browserType="Chrome (headless)" -apiKey=27f70c12-7093-4ea7-83d6-ed64ce7c257b -apikey=0145e236-3ede-43a2-a1bf-4c5c9e27fd23
if ERRORLEVEL 1 set ERRORLEVEL=0

Where is that MacOS tutorial?

1 Like

is there way to test it on mac?