This is a suite of command-line tools used for Android partner testing based on the Mobly framework.
Use cases include the BeToCQ test suite.
- Python 3.11 or above
If you have already installed a test suite that includes these tools, such as BeToCQ, you may skip this step.
Open a new terminal and run the following installation commands.
# on Linux
python3 -m venv venv
source venv/bin/activate
python3 -m pip install mobly-android-partner-tools
:: on Windows
python -m venv venv
venv\Scripts\activate
python -m pip install mobly-android-partner-tools
The Mobly test runner is a tool that serves as the entry point for executing a given Mobly test or suite.
Refer to the dedicated README for more details.
The results uploader is a tool that allows partners to upload test results to a shared test storage, where they may then review and debug the results with Google.
Refer to the dedicated README for more details.