Skip to content
forked from NetEase/airtest

Mobile test package (for android, ios also windows)

License

Notifications You must be signed in to change notification settings

yuxichou/airtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airtest

Python lib for Mobile phone app test.

网易内部Popo交流群: 1275211 *

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

离线文档使用方法:

git clone http://git.mt.nie.netease.com/hzsunshx/airtest && cd airtest
gem install jekyll
git checkout gh-pages
jekyll serve --baseurl=''

关于屏幕旋转一直也没有一个很好的解决方案,现在的方法需要手工去设置旋转方向。 具体需要参考这篇文章 airtest中的屏幕旋转如何设置

目前的wiki在, 很多问题可以再上面找到答案: http://doc.mt.nie.netease.com/doku.php?id=airtest

Development document

AndroidKeyMap: http://developer.android.com/reference/android/view/KeyEvent.html

used by call, eg

app.keyevent("HOME")

License

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

About

Mobile test package (for android, ios also windows)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • Go 5.7%
  • CSS 3.5%
  • JavaScript 1.4%
  • Shell 1.1%
  • Makefile 0.2%