GithubHelp home page GithubHelp logo

isabella232 / mobly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/mobly

0.0 0.0 0.0 3.84 MB

E2E test framework for tests with complex environment requirements.

Home Page: https://github.com/google/mobly

License: Apache License 2.0

Python 100.00%

mobly's Introduction

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 is compatible with both python 3.4+ and python 2.7.

NOTE: As part of the bigger communitiy initiative, we are planning to drop Python 2.7 support in 2020. Mobly 1.10 is likely the last major release to support Python 2.7.

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.36+ recommended)
  • python2.7 or python3.4+
  • python-setuptools

If you 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.

mobly's People

Contributors

xpconanfan avatar winterfroststrom avatar adorokhine avatar dthkao avatar l-meng avatar mderu avatar jeffherman avatar eric100lin avatar xianyuanjia avatar malvarezrohena avatar ygw11223 avatar yusufm avatar maddychan avatar k2fong avatar stroz avatar syaoranx avatar matty3 avatar williamfzc avatar ragbansal avatar hanx-github avatar ziishaned avatar thetruescu avatar jiangsichu avatar mswest46 avatar kshithijiyer avatar kdart avatar ashgti avatar kingkupps avatar grant avatar gauravkatoch007 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.