I am using Katalon runtime v7.9.1 and and v8.5.5 both of them fail with proxy authorization required every few 10-15 mins but at the same time, if i try to browse some websites through browser, i can browse them without issues. So trying to understand exactly what KRE looks at on the system, and does not find it, when it failing with Proxy Authorization Required error!
I am getting attached response every few mins
am using below command to trigger the test suite
Can somebody guide me what is missing or how to avoid this error.
Sorry but I cannot see the error. Can you give a full log
The error i have already attached, here is the detailed one.
Is it because of evaluation copy of KRE 8.5.5 ?
Has anybody faced this earlier. I am using KRE v7.9.1 and v8.5.5 and in both we are facing the issue.
Hello, my team facing the same issue. Problem with execution gitlab pipeline on katalon engine after katalon engine was updated. We have upgraded KRE from 8.6.5 to 10.1.1 and KSE from 9.7.5 to 10.1.1.
Here is my gitlab .yaml file: (XYZ is just for masking our data)
variables:
GIT_SSL_NO_VERIFY: true
USER_PROXY: “XYZ”
PASSW_PROXY: “XYZ”
KATALON_PROJECT_PATH: “${CI_PROJECT_DIR}/katalon_at_via.prj”
.default_katalon_job:
stage: test
tags:
- testbot01_runner
script:
- powershell -ExecutionPolicy Bypass -Command "& {
cmd.exe /c katalonc -runMode='console' '-projectPath=$env:KATALON_PROJECT_PATH' '-testSuitePath=$env:TEST_SUITE_PATH' '-executionProfile=$env:EXECUTION_PROFILE' '-browserType=Chrome' -retryStrategy=immediately -retry=1 -apiKey=xyz orgID=xyz --config '-proxy.auth.option=MANUAL_CONFIG' '-proxy.auth.server.type=HTTPS' '-proxy.auth.server.address=xyz' '-proxy.auth.server.port=xyz' '-proxy.auth.username="${USER_PROXY}"' '-proxy.auth.password="${PASSW_PROXY}"' '-proxy.system.option=MANUAL_CONFIG' '-proxy.system.server.type=HTTPS' '-proxy.system.server.address=xyz' '-proxy.system.server.port=xyz' '-proxy.system.username="${USER_PROXY}"' '-proxy.system.password="${PASSW_PROXY}"' '-proxy.system.applyToDesiredCapabilities=true'}"
Could you please anybody help us because it blocked the entire execution because sometime job failed with this problem and sometimes go through (execute tests and send email reports). How is it possible and why did this happend?
The Katalon support is not very helpful about this issue…