/airtest

Mobile test package (for android, ios also windows)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Airtest

Python lib for android and ios app test.

在线文档 http://netease.github.io/airtest

作为在线文档的一个补充,有个pydoc生成的API列表可以作为参考 http://netease.github.io/airtest/airtest.devsuit.html

离线文档使用方法:

git clone https://github.com/netease/airtest && cd airtest
gem install jekyll
git checkout gh-pages
jekyll serve --baseurl=''

如何给给该项目贡献

因为刚项目常常更新,所以可能会有一些没有测试到的bug。

可以在发现了问题后,提个issue给作者。 另外一些新的思路也可以提到issue中。

相关的项目

  1. 实现了touch,swipe,pinch https://github.com/netease/airinput
  2. 基于opencv的图像识别库 https://github.com/netease/aircv

License

This project is under the MIT License. See the LICENSE file for the full license text.