Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.04 KB

Autophone, a mobile-device manager for automated-test frameworks

Autophone controls one or more mobile devices via Mozilla's SUT agent and adb. Its primary goals are to

  • execute arbitrary tests on devices
  • provide basic device status
  • between tests, verify that devices are still connected and responsive, and, if not, attempt to recover them

Autophone does not provide a test framework. Rather, it executes arbitrary Python code, which can also launch and control subprocesses to execute tests of any format and design.

The project page contains more background, goals, implementation notes, and other such information.

The main code repo is currently https://github.com/markrcote/autophone/

See also phonedash for a basic results server. At some point, DataZilla will obsolete this.

See the files INSTALL and USAGE for more detailed information.