All Projects → google → Mobly

google / Mobly

Licence: apache-2.0
E2E test framework for tests with complex environment requirements.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mobly

FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (-91.27%)
Mutual labels:  phone, android-development, bluetooth, android-app
Alerter
An Android Alerting Library
Stars: ✭ 5,213 (+1129.48%)
Mutual labels:  android-app, google, android-development
Gradle Play Publisher
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
Stars: ✭ 3,690 (+770.28%)
Mutual labels:  automation, mobile, android-development
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-78.07%)
Mutual labels:  android-app, wifi, android-development
Find3 Android Scanner
An android app that scans Bluetooth and WiFi for FIND3
Stars: ✭ 99 (-76.65%)
Mutual labels:  android-app, wifi, bluetooth
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+165.09%)
Mutual labels:  networking, mobile, android-development
Keymapper
📱 An Android app that maps any keys to actions.
Stars: ✭ 207 (-51.18%)
Mutual labels:  android-app, bluetooth, android-development
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-48.35%)
Mutual labels:  android-app, mobile, android-development
Solopi
SoloPi 自动化测试工具
Stars: ✭ 4,461 (+952.12%)
Mutual labels:  automation, test-automation
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Stars: ✭ 325 (-23.35%)
Mutual labels:  android-app, android-development
Bltaxi
🚕 BL Taxi is a simple app for calling a taxi in the city Banja Luka built using modern Android development tools
Stars: ✭ 338 (-20.28%)
Mutual labels:  android-app, android-development
Insomniac
Instagram bot for automated Instagram interaction using Android device via ADB
Stars: ✭ 324 (-23.58%)
Mutual labels:  automation, mobile
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-25%)
Mutual labels:  google, mobile
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (-20.99%)
Mutual labels:  automation, test-automation
React Native System Setting
A library to access system setting, and change it easily. eg: volume, brightness, wifi
Stars: ✭ 319 (-24.76%)
Mutual labels:  wifi, bluetooth
Androidresources
Collect and classify Android resources
Stars: ✭ 341 (-19.58%)
Mutual labels:  android-app, android-development
Nut.js
Native UI testing / controlling with node
Stars: ✭ 309 (-27.12%)
Mutual labels:  automation, test-automation
Exscript
A Python module making Telnet and SSH easy
Stars: ✭ 337 (-20.52%)
Mutual labels:  automation, networking
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+927.36%)
Mutual labels:  google, mobile
Twilio Java
A Java library for communicating with the Twilio REST API and generating TwiML.
Stars: ✭ 371 (-12.5%)
Mutual labels:  phone, telephony

Welcome to Mobly

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:

  • P2P data transfer between two devices
  • Conference calls across three phones
  • Wearable device interacting with a phone
  • Internet-Of-Things devices interacting with each other
  • Testing RF characteristics of devices with special equipment
  • Testing LTE network by controlling phones, base stations, and eNBs

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.

Compatibility

Mobly requires python 3.6 or newer.

Mobly tests could run on the following platforms:

  • Ubuntu 14.04+
  • MacOS 10.6+
  • Windows 7+
Platform Build Status
Linux Linux Build Status
Windows Windows Build Status

System dependencies

  • adb (1.0.40+ recommended)
  • python3.6+
  • python-setuptools

To use Python3, use pip3 and python3 (or python3.x) accordingly.

Installation

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.

Tutorials

Mobly Snippet

The Mobly Snippet projects let users better control Android devices.

  • Mobly Snippet Lib: used for triggering custom device-side code from host-side Mobly tests. You could use existing Android libraries like UI Automator and Espresso.
  • Mobly Bundled Snippets: a set of Snippets to allow Mobly tests to control Android devices by exposing a simplified version of the public Android API suitable for testing.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].