| commit | c3aef7a029c9feecf5b6f30078b7536eeaf22cb7 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Apr 11 23:08:55 2024 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 11 23:08:55 2024 +0000 |
| tree | f8869eb48e3de9e7c345310bc19cce3ce968b527 | |
| parent | a529b98b550f5d2cdb797699d6528ca5454759a6 [diff] | |
| parent | e47a235589ef961b21f08b77761c57ab3db8a962 [diff] |
Snap for 11704135 from e47a235589ef961b21f08b77761c57ab3db8a962 to 24Q3-release Change-Id: I78f942d7dfbc377da8d8f16b54f84b5cbb8b7b0a
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.