LarrySteele
3 hours agoNew Contributor
ReadyAPI Docker Image COMMAND_LINE -I option is being ignored
does anyone no the cause of this problem?
gitlab .sh file
docker run --env HTTPS_PROXY="https://serverproxy.global.dish.com:8080" --name "$start_tests_cname" -d \
-v "$(pwd)/${TESTSUITE_PROJECT}":/project \
-v "/readyapireports/$start_tests_cname/reports":/reports \
-v "/readyapireports/$start_tests_cname":/ext \
-e SLM_LICENSE_SERVER="https://api.slm.manage.smartbear.com:443" -e API_KEY="cea31183-b4ea-4531-9f0a" \
-e COMMAND_LINE="-r -a -j -E$ENV -PrunId=$JLRunID -PRunType=Harmony -I -f/%reports% -s${test_suite} '-RJUnit-Style HTML Report' -FHTML '-ugitlab-runner' '/%project%' -it" \ ready-api-soapui-testrunner:3.40.1
stops on the first error and does not continue