Hello,
I create a .bat script to run a Test Suite Collection on Katalon Studio Entreprise. When i double click on the .bat script it can open katalon Studio but after that it was blocked by the Katalon login popup.
here is the command line of the script (of course I configured the variables before) :
%KATALON_PATH% -noSplash -runMode=console -projectPath=%PROJECT_PATH% -retry=0 -testSuiteCollectionPath=%TEST_SUITE_COLLECTION_PATH% -apiKey=%API_KEY% -executionProfile=%EXECUTION_PROFILE% -browserType=%BROWSER_TYPE% -testOpsProjectId=XXXX --config -proxy.auth.option=MANUAL_CONFIG -proxy.auth.server.type=HTTP -proxy.auth.server.address=XXXXX -proxy.auth.server.port=XXX -proxy.system.option=NO_PROXY -proxy.system.applyToDesiredCapabilities=true -webui.autoUpdateDrivers=true -logFile=%LOG_FILE% -debug
Did any one have a solution to avoid this popup please?
Also, is it necessary to use KRE instead katalon studio entreprise to can launch the script . bat ?
Thanks a lot.