mirror of
https://github.com/appium/appium.git
synced 2026-02-09 03:09:02 -06:00
bump to 0.5.1 and changelog for npm publish
This commit is contained in:
@@ -1,4 +1,28 @@
|
||||
-------------------------------------
|
||||
CHANGES IN VERSION 0.5.1 (from 0.5.0)
|
||||
-------------------------------------
|
||||
[GENERAL]
|
||||
- updates to python examples
|
||||
- refactored configuration code
|
||||
- initial work making Appium's node code windows-compatible
|
||||
- more lenient treatment of relationship between $HOME and system username
|
||||
|
||||
[IOS]
|
||||
- fixing webview not waiting for page loading on url nav issue
|
||||
- added node-idevice which streamlines installing .ipas on real devices
|
||||
- implement scrollTo
|
||||
- fixed bug in xpath code which returned last element first
|
||||
|
||||
[ANDROID]
|
||||
- add some docs for installing HAXM
|
||||
- add scroll_into_view for mobile: find
|
||||
- completed android element class map
|
||||
|
||||
[SELENDROID]
|
||||
- http timeout tweaks
|
||||
|
||||
|
||||
------------------------------------
|
||||
CHANGES IN VERSION 0.5.0 (from 0.4.1)
|
||||
-------------------------------------
|
||||
[GENERAL]
|
||||
|
||||
@@ -9,6 +9,7 @@ All flags are optional, but some are required in conjunction with certain others
|
||||
|Flag|Default|Description|Example|
|
||||
|----|-------|-----------|-------|
|
||||
|`--app`|null|IOS: abs path to simulator-compiled .app file or the bundle_id of the desired target on device; Android: abs path to .apk file|`--app /abs/path/to/my.app`|
|
||||
|`--ipa`|null|(IOS-only) abs path to compiled .ipa file|`--ipa /abs/path/to/my.ipa`|
|
||||
|`-V`, `--verbose`|true|(DEPRECATED, see --quiet) Get verbose logging output||
|
||||
|`-q`, `--quiet`|false|Don't use verbose logging output||
|
||||
|`-U`, `--udid`|null|Unique device identifier of the connected physical device|`--udid 1adsf-sdfas-asdf-123sdf`|
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"automation",
|
||||
"javascript"
|
||||
],
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"author": "appium-discuss@googlegroups.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user