| commit | 96d107738a51bc8ec10ca402d3f918a5e4795f14 | [log] [tgz] |
|---|---|---|
| author | Xianyuan Jia <[email protected]> | Wed Aug 14 02:37:20 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Wed Aug 14 02:37:20 2024 +0000 |
| tree | 9f96e580d21d547da7cb086f53f65dd2ab50162c | |
| parent | e47a235589ef961b21f08b77761c57ab3db8a962 [diff] | |
| parent | a82d3412c811c188190353e8d93beded8a4721ba [diff] |
Upgrade mobly to 1.12.3 am: 706ac57842 am: a82d3412c8 Original change: https://android-review.googlesource.com/c/platform/external/python/mobly/+/3218102 Change-Id: I1a6b2c03b9895e3d13bb933c3ac722980bb58b93 Signed-off-by: Automerger Merge Worker <[email protected]>
Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.
Here are some example use cases:
Mobly can support many different types of devices and equipment, and it's easy to plug your own device or custom equipment/service into Mobly.
Mobly comes with a set of libs to control common devices like Android devices.
While developed by Googlers, Mobly is not an official Google product.
Mobly requires python 3.11 or newer.
Mobly tests could run on the following platforms:
You can install the released package from pip
pip install mobly
or install from the source to use the bleeding edge:
git clone https://github.com/google/mobly.git cd mobly pip install -e .
You may need sudo for the above commands if your system has certain permission restrictions.
Mobly 101 - Simple test examples to get you started with Mobly.
Mobly Instrumentation Runner Tutorial - How to use Mobly's Android instrumentation test runner to run Android instrumentation tests.
Mobly AndroidDevice Service - Create custom service to attach to Mobly's AndroidDevice controller.
The Mobly Snippet projects let users better control Android devices.