nam
1
Hi There
Today I make a config Katalon studio Plugin to Jenkins
- How can i config right ?
- How it work ?
- How can i run a testcase by Katalon studio via Jenkins CI/CD
- Command arguments : How to do Script ?
Anyone can help me some thing to do it
Thank you
nam
2
Use pre-installed Katalon Studio : E:\VUPHUONGNAM\TIMO_BEST_TOOL\Katalon_Studio_Windows_64-5.8.5
( Put the folder install Katalon )
Command arguments : katalon -noSplash -projectPath=“D:\D_User_BW_Katalon\Version_French_Katalon_Test_case\New_Function_Custom_Convert_from_Menu\New_Function_Custom_Convert_from_Menu.prj” -retry=0 -testSuitePath=“Test Suites/New_Function_Convert_from_Menu” -executionProfile=“default” -browserType=“Chrome”
( Delete : -runMode=console )
It run sucessful