这是QT4i的Demo使用项目。
主要提供两种App的Demo示例,主要提供两类App的demo用例: 系统自带设置应用(native)和DemoApp(webview)
cd /path/to/project
pip install -r requirements.txt
按照qt4i文档快速入门指引,成功配置xctestagent。
cd /path/to/project
#对应setting.py中APP_BUNDLE_ID = "com.apple.Preferences"
python manage.py runscript demotest/nativetest.py
#对应setting.py中APP_BUNDLE_ID = "com.tencent.demoapp",需先安装demoapp,见链接
python manage.py runscript demotest/webtest.py