Skip to content
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

How to run appium-client script #202

Closed
yajuntang opened this issue May 7, 2020 · 2 comments
Closed

How to run appium-client script #202

yajuntang opened this issue May 7, 2020 · 2 comments
Labels

Comments

@yajuntang
Copy link

Hello, I have finished my script by referring to bitbar_android.py and run-test.py. When I run Python my run-test.py in terminal of pycharm, the following error appears

   raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='appium.bitbar.com', port=443): Max retries exceeded with url: /wd/hub:443/wd/hub/session (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))

I don't know how to run my script on bitbar. I can't find any useful information in bitbar's documents. It seems very complicated. I'm not sure if I need to upload the script to bitbar

@LukaszSiudakiewicz
Copy link
Contributor

All necessary instruction of how to run both Client and Cloud side Appium can be found at Bitbar's docs pages https://support.smartbear.com/bitbar/docs/testing-with-bitbar/automated-testing/appium/index.html . For Client side Appium only thing that need to be uploaded to Bitbar Cloud before starting the execution is test application (https://support.smartbear.com/bitbar/docs/testing-with-bitbar/automated-testing/appium/running-client-side-appium-tests.html#upload-your-app-to-cloud ). For more information about Appium execution please use community or support ( https://support.smartbear.com/bitbar/ ).

As for the error massage; Please check if You are not using problematic version of python ( urllib3/urllib3#1682 (comment) ) also if You are using 'requests' ( https://pypi.org/project/requests/ ) like in our example then check if it's up to date and update if it's not.

@yajuntang
Copy link
Author

Thank you very much for your reply. I have worked normally according to your reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants