-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unknown flag: --config Error #4
Comments
Hi. Sorry for the late response. Could you please share the full log? |
Hi, #!/usr/bin/env bash set -xe current_dir=$(pwd) rm -rfv "$reports_dir" katalon_opts='-browserType="Firefox" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/Admin - WorkFlow Sprints"' cd $current_dir When I run from Command Prompt. Bash window open and try to run the docker command and finally shows |
Hi, |
@devalex88 Any update? |
hello, why don't you use docker quick start terminal ? Have you tried using it ? ( with boot2docker included) |
I'm sorry for the late response. The script should be
I realize that this is a bug in our README. It has been corrected. |
Thanks @devalex88. |
Hi Team,
When I pass the proxy details using --config. I got unknown flag error. Kindly let me know how to fix it.
Thanks,
Siva
The text was updated successfully, but these errors were encountered: