commit | 99618a27731229ac3b065ef713ce82114e2a4cb1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:41:26 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:41:26 2023 +0000 |
tree | 877f01103ce47b86d9c6d5c883201c2e7220547b | |
parent | f4769087d5eaf98787ded5076439c70512dac73d [diff] | |
parent | 8dccc7f036db4f36e4b47c62b2c79c07403d8a1d [diff] |
Snap for 10453563 from 8dccc7f036db4f36e4b47c62b2c79c07403d8a1d to mainline-adservices-release Change-Id: I3d69f2524ddd7aeacff528dbf43cffc038bcf440
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.6 or newer.
Mobly tests could run on the following platforms:
Platform | Build Status |
---|---|
Linux | |
Windows |
To use Python3, use pip3
and python3
(or python3.x) accordingly.
You can install the released package from pip
pip install mobly
or download the source then run setup.py
to use the bleeding edge:
git clone https://github.com/google/mobly.git cd mobly python setup.py install
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.