Metadata-Version: 2.1
Name: qpagent
Version: 2
Summary: agent
Home-page: https://git.elenet.me/waimaiqa/qualityplatform.agent.git
Author: mafei
Author-email: fei.ma03@ele.me
License: MIT Licence
Platform: any
Requires-Dist: requests
Requires-Dist: bottle
Requires-Dist: click
Requires-Dist: shutit
Requires-Dist: enum34
Requires-Dist: apptoolkit
Requires-Dist: python-jenkins

[![build status](https://git.elenet.me/waimaiqa/qualityplatform.agent/badges/master/build.svg)](https://git.elenet.me/waimaiqa/qualityplatform.agent/commits/master)

# QualityPlatform Agent Tool

## The document address

http://10.12.56.6:8000/agent.doc/index.html

## Design Philosophy

Provides a proxy service, receives the task request from the server, and distributes it to the corresponding worker execution

## Key Features

- Android [Monkey][Monkey].
- iOS Monkey with [Fastmonkey][Fastmonkey].
- Macaca [UiRecorder][UiRecorder].
- Compatibility Test.
- Appcrawler.
- appstore crawler and xiaomi crawler.

## Learn more

You can read this [blog][Elemeqa-blog] to learn more about the background and initial thoughts of `qpagent`.


[Monkey]: https://developer.android.com/studio/test/monkey.html
[Fastmonkey]: https://github.com/zhangzhao4444/Fastmonkey
[UiRecorder]: https://github.com/alibaba/uirecorder
[Elemeqa-blog]: https://elemeqa.github.io/


