I have configured Jenkins with Katalon studio but not able to launch the browser. Can anybody let me know what configuration we need to set it to launch (Chrome) browser in using Jenkins with Katalon studio.
I have set up below command and able to run my Job with Headless execution but I also need to the browser to get launch.
katalon -noSplash -runMode=console -projectPath="C:\NeerajS\Katalon\Automation\Automation.prj" -retry=0 -testSuitePath="Test Suites/TC_01" -executionProfile="default" -browserType="Chrome"