Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.19 KB

Mobly Android Partner Tools

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.

Requirements

  • Python 3.11 or above

Installation instructions

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

Mobly test runner

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.

Results uploader

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.