{"id":21944795,"url":"https://github.com/browserstack/python-appium-app-browserstack","last_synced_at":"2025-08-21T15:33:22.954Z","repository":{"id":33938845,"uuid":"108263461","full_name":"browserstack/python-appium-app-browserstack","owner":"browserstack","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-07T07:03:50.000Z","size":38349,"stargazers_count":17,"open_issues_count":5,"forks_count":39,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-08-21T10:57:07.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browserstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-25T11:57:01.000Z","updated_at":"2025-06-11T15:55:23.000Z","dependencies_parsed_at":"2025-05-07T08:32:28.041Z","dependency_job_id":null,"html_url":"https://github.com/browserstack/python-appium-app-browserstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/browserstack/python-appium-app-browserstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fpython-appium-app-browserstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fpython-appium-app-browserstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fpython-appium-app-browserstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fpython-appium-app-browserstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserstack","download_url":"https://codeload.github.com/browserstack/python-appium-app-browserstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fpython-appium-app-browserstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271500361,"owners_count":24770375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T04:17:08.762Z","updated_at":"2025-08-21T15:33:20.134Z","avatar_url":"https://github.com/browserstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-appium-app-browserstack\n\nThis repository demonstrates how to run Appium Python tests on BrowserStack App Automate.\n\n## Based on\n\nThese code samples are currently based on:\n\n- **Appium-Python-Client:** `2.6.1`\n- **Protocol:** `W3C`\n\n## Setup\n\n### Requirements\n\n1. Python 3.7+\n\n   \u003e **_NOTE:_** Since v1.0.0, only Python 3.7+ is supported.\n\n   - For Windows, download latest python version from [here](https://www.python.org/downloads/windows/) and run the installer executable\n   - For Mac and Linux, run `python --version` to see what python version is pre-installed. If you want a different version download from [here](https://www.python.org/downloads/)\n\n2. Package Manager pip\n\n   Note : `pip` comes installed with python 3.4+\n\n   - If `pip` is not installed, follow these instructions:\n\n     - Securely download get-pip.py by following this link: [get-pip.py](https://bootstrap.pypa.io/get-pip.py) or use following cURL command to download it:\n\n     ```sh\n     curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n     ```\n\n     - After dowloading, run the file :\n\n       - For Python 3\n\n         ```sh\n         python3 get-pip.py\n         ```\n\n### Install the dependencies\n\nTo install the dependencies, run the following command in project's base directory:\n\n- For Python 3\n\n  ```sh\n  pip3 install -r requirements.txt\n  ```\n\n## Getting Started\n\nGetting Started with Appium tests in Python on BrowserStack couldn't be easier!\n\n### **Run your first test :**\n\nOpen `Android` or `iOS` folder :\n\n- If you have uploaded your app then add the app id to the `browserstack.yml` config file, or you can directly specify the path to your app in the `browserstack.yml` file.\n\n- Run `browserstack-sdk python browserstack_sample.py`\n\n- You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)\n\n---\n\n### **Use Local testing for apps that access resources hosted in development or testing environments :**\n\nOpen `Android` or `iOS` folder :\n\n- Ensure that `browserstackLocal` capability is set to `true` in the `browserstack.yml` file\n\n- If you have uploaded your app then add the app id to the `browserstack.yml` config file, or you can directly specify the path to your app in the `browserstack.yml` file.\n\n- Run `browserstack-sdk python browserstack_sample_local.py`\n\n- You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)\n\n## Integration with other python frameworks\n\nFor other Python frameworks samples, refer to following repositories :\n\n- [Behave](https://github.com/browserstack/behave-appium-app-browserstack)\n- [Lettuce](https://github.com/browserstack/lettuce-appium-app-browserstack)\n\nNote: For other test frameworks supported by App-Automate refer our [Developer documentation](https://www.browserstack.com/docs/)\n\n## Getting Help\n\nIf you are running into any issues or have any queries, please check [Browserstack Support page](https://www.browserstack.com/support/app-automate) or [get in touch with us](https://www.browserstack.com/contact?ref=help).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fpython-appium-app-browserstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserstack%2Fpython-appium-app-browserstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fpython-appium-app-browserstack/lists"}