TesterHome 提供下载~
AppiumForWindows-0.14.2.zip
appium-0.14.2.dmg
连发了 3 个小版本
主要改进点
- 重构了 node 的测试用例.
- 增加了一个 testerhome 提交的中文文档
- selendroid 更新到 0.7
- 增加了一个 appium shell
- 支持 android4.4
- 一些各个平台的 bug 修复
- 完善 log 支持
全部细节
CHANGES IN VERSION 0.14.2 (from 0.14.1)
General
- fix bug that prevented appium from starting in ios
CHANGES IN VERSION 0.14.1 (from 0.14.0)
General
- fix bug that prevented appium from pre-launching without specified device
iOS
- when alert title is null, return text instead
- add framework for setting iOS and app preferences via plists
- add
enableLocationServices
desired cap for enabling/disabling location
services on the simulator
Android
- fix fast reset/clear logic to not fail when remote apk doesn't exist
Selendroid
- actually wait for app-wait-activity instead of app-activity
CHANGES IN VERSION 0.14.0 (from 0.13.0)
General
- add ability to set launch timeout from command line
- require 'device' cap and fail without it
- bring back appium shell
- add new node examples
- add troubleshooting docs in Chinese
- fix app download suffix issue
- major refactor of test code
iOS
- delete cache data for all versions of sim
- fix sporadic DOM corruption issue
- make reset.sh more Xcode 4.6 friendly
- add flag to show simulator logs in-line with appium logs
- add cap for automatically accepting photo permission alerts
- update appium doctor to read new auth db value
- keep track of ios crash logs and make available through selenium interface
- cleanup app state pre-test and post-test
- fix installing/removing .app (instead of .ipa)
- escalate to SIGKILL if instruments doesn't respond to SIGTERM
- add cap for using native instruments lib
- return accessibility hint as 'hint' attribute
Android
- fix AVD startup bug
- better error handling in element finding code
- update ApiDemos app with webview
- support doing web testing against stock browser on 4.4
- increase support of android 4.4 toolchain
- fix multiple device issue
- implement
mobile: background
for android/selendroid
- fix custom keystore unzip call stack issue
Chrome+Android
- add ability to deal with a different kind of session redirect
- kill chromedriver before starting it up again to clear out ports
Selendroid
- re-instate closeApp and removeApp
- fix issue where selendroid would crash based on activity mangling,
resulting in a mysterious connection reset error
- upgrade to 0.7.0
- show selendroid logs in appium output