Skip to content

Command-line utilities used by Android partners to run packaged Mobly tests and upload test results.

License

Notifications You must be signed in to change notification settings

android/mobly-android-partner-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command-line utilities used by Android partners to run packaged Mobly tests and upload test results.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages