On cmd line if i ececute it works but when integration with jenkins get error
below my configuration in jenkins cd D:\Abhay\Software\KatalonStudio\Katalon5.4.1\Katalon_Studio_Windows_64-5.4.1\
katalon -noSplash -runMode=console -consoleLog -noExit -projectPath=“D:\Abhay\Projects\KatalonStudio\Rewardspoint\Testprj.prj” -retry=0 -testSuitePath=“Test Suites/TestSuit” -executionProfile=“default” -browserType=“Chrome”
Abhay,
What happens when you remove the trailing back slash ("\") in:
cd
\Abhay\Software\KatalonStudio\Katalon5.4.1\Katalon_Studio_Windows_64-5.4.1\
1 Like
Thanks!!
Able the solve the issue, following cmd n it works
D:\Abhay\Software\KatalonStudio\Katalon5.4.1\Katalon_Studio_Windows_64-5.4.1\katalon -noSplash -runMode=console -consoleLog -noExit -projectPath=“D:\Abhay\Projects\KatalonStudio\Rewardspoint\Testprj.prj” -retry=0 -testSuitePath=“Test Suites/TestSuit” -executionProfile=“default” -browserType=“Chrome”
Hi,
When I try to give in cmd as above, I am getting the following error :
“The filename or extension is too long”
Please help