Commit bd03c0f5 authored by Xiaowu Zhang's avatar Xiaowu Zhang

run-zelenium-test: add comment for authentication over http

parent 32c1afb1
......@@ -80,6 +80,8 @@ def main():
if not args.appium_server_auth or not args.remote_access_url:
sys.exit(-1)
#Authentication over HTTPS is not supported in saucelab
#https://wiki.saucelabs.com/display/DOCS/Instant+Selenium+Python+Tests
appium_url = "http://%s@ondemand.saucelabs.com/wd/hub" % (args.appium_server_auth)
# adjust make path to access url
# Do not store any test result in the ZMI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment