{"id":13601851,"url":"https://github.com/google/mobly","last_synced_at":"2025-04-29T18:32:09.418Z","repository":{"id":37405808,"uuid":"73104945","full_name":"google/mobly","owner":"google","description":"E2E test framework for tests with complex environment requirements.","archived":false,"fork":false,"pushed_at":"2025-04-28T07:30:17.000Z","size":2833,"stargazers_count":682,"open_issues_count":12,"forks_count":189,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-04-28T08:29:04.059Z","etag":null,"topics":["android","android-app","android-development","android-devices","android-test","android-wear","automation","bluetooth","cars","google","mobile","networking","phone","python","robotics","telephony","test-automation","testing","wifi","windows"],"latest_commit_sha":null,"homepage":"https://github.com/google/mobly","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-07T17:45:31.000Z","updated_at":"2025-04-28T07:30:23.000Z","dependencies_parsed_at":"2022-07-14T09:22:32.035Z","dependency_job_id":"b8be65d0-6bed-449c-ba03-9a0fce4e7e09","html_url":"https://github.com/google/mobly","commit_stats":{"total_commits":620,"total_committers":66,"mean_commits":9.393939393939394,"dds":0.5129032258064516,"last_synced_commit":"d0b760d6cc2bf8c64d1ca0c9638d34e54057c60b"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmobly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmobly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmobly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fmobly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/mobly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251559738,"owners_count":21609065,"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","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":["android","android-app","android-development","android-devices","android-test","android-wear","automation","bluetooth","cars","google","mobile","networking","phone","python","robotics","telephony","test-automation","testing","wifi","windows"],"created_at":"2024-08-01T18:01:08.854Z","updated_at":"2025-04-29T18:32:09.383Z","avatar_url":"https://github.com/google.png","language":"Python","readme":"# Welcome to Mobly\n\n[![Latest release](https://img.shields.io/github/release/google/mobly.svg)](https://github.com/google/mobly/releases/latest)\n[![Build Status](https://github.com/google/mobly/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/google/mobly/actions)\n\n**Mobly** is a Python-based test framework that specializes in supporting test\ncases that require multiple devices, complex environments, or custom hardware\nsetups.\n\nHere are some example use cases:\n*   P2P data transfer between two devices\n*   Conference calls across three phones\n*   Wearable device interacting with a phone\n*   Internet-Of-Things devices interacting with each other\n*   Testing RF characteristics of devices with special equipment\n*   Testing LTE network by controlling phones, base stations, and eNBs\n\nMobly can support many different types of devices and equipment, and it's easy\nto plug your own device or custom equipment/service into Mobly.\n\nMobly comes with a set of libs to control common devices like Android devices.\n\nWhile developed by Googlers, Mobly is not an official Google product.\n\n## Compatibility\n\nMobly requires *python 3.11* or newer.\n\nMobly tests could run on the following platforms:\n  - Ubuntu 14.04+\n  - MacOS 10.6+\n  - Windows 7+\n\n## System dependencies\n  - adb (1.0.40+ recommended)\n  - python3.11+\n\n## Installation\nYou can install the released package from pip\n\n```sh\npip install mobly\n```\n\nor install from the source to use the bleeding edge:\n\n```sh\ngit clone https://github.com/google/mobly.git\ncd mobly\npip install -e .\n```\n\nYou may need `sudo` for the above commands if your system has certain permission\nrestrictions.\n\n## Tutorials\n\n* [Mobly 101](docs/tutorial.md) -\nSimple test examples to get you started with Mobly.\n\n* [Mobly Instrumentation Runner Tutorial](docs/instrumentation_tutorial.md) -\nHow to use Mobly's Android instrumentation test runner to run Android instrumentation tests.\n\n* [Mobly AndroidDevice Service](docs/android_device_service.md) -\nCreate custom service to attach to Mobly's `AndroidDevice` controller.\n\n## Mobly Snippet\nThe Mobly Snippet projects let users better control Android devices.\n\n* [Mobly Snippet Lib](https://github.com/google/mobly-snippet-lib): used for\ntriggering custom device-side code from host-side Mobly tests. You could use existing\nAndroid libraries like UI Automator and Espresso.\n* [Mobly Bundled Snippets](https://github.com/google/mobly-bundled-snippets): a set\nof Snippets to allow Mobly tests to control Android devices by exposing a simplified\nversion of the public Android API suitable for testing.\n","funding_links":[],"categories":["Python","automation"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fmobly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fmobly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fmobly/lists"}