https://github.com/netease/airtest
Deprecated, moved to http://airtest.netease.com
https://github.com/netease/airtest
Last synced: about 1 year ago
JSON representation
Deprecated, moved to http://airtest.netease.com
- Host: GitHub
- URL: https://github.com/netease/airtest
- Owner: NetEase
- License: bsd-3-clause
- Created: 2014-11-05T01:39:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T06:53:21.000Z (over 2 years ago)
- Last Synced: 2025-04-28T10:57:56.117Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 43.3 MB
- Stars: 92
- Watchers: 20
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Airtest
=====
Python lib for **android** and **ios** app test.
## Airtest已被重构,欢迎前往新项目地址
重构原因:
1. 代码太多,维护量巨大
2. 很多的API不合理,需要换掉,尤其是那个connect函数
3. 原有项目历史数据太大,低带宽的网速根本无法clone代码
4. 依赖太多,安装复杂
## airtest文档
在线文档
作为在线文档的一个补充,有个pydoc生成的API列表可以作为参考
离线文档使用方法:
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
2. 基于opencv的图像识别库
## License
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.