Jonathan Lipps
56bea2e511
ensure we don't include args in deprecated/non-default list which don't actually have values
2016-07-18 23:06:12 -07:00
Isaac A. Murchie
e026a14141
Merge pull request #6649 from akhillb/androidScreenshotPath
...
Add support to set directory on android device to save screenshots
2016-07-15 11:37:18 -07:00
Akhil Lb
486827af71
Add support to set directory on device to save screenshots for android
2016-07-14 23:37:09 +05:30
Isaac A. Murchie
1f8ce36b7d
Merge pull request #6647 from appium/isaac-xcuitest
...
Update to new name for xcuitest driver
2016-07-12 10:48:55 -07:00
Isaac Murchie
4843d41679
Update to new name for xcuitest driver
2016-07-08 10:52:08 -07:00
Isaac A. Murchie
135e43a523
Merge pull request #6215 from simongranger/youi
...
Added You.i Engine support
2016-07-08 08:15:08 -07:00
Simon Granger
340a83ab93
Added You.i Engine support
2016-07-07 17:26:33 -04:00
Isaac A. Murchie
97b5015f9d
Merge pull request #6629 from spearminty/adb-push-timeout
...
Add androidInstallTimeout cap, update Android dep
2016-07-01 13:12:11 -07:00
spearminty
154cb49102
Add androidInstallTimeout cap, update Android dep
...
Add androidInstallTimeout capability to docs
Android driver dependency updates from 1.10.6 > 1.10.12:
* Fix 'release' touch action
* Unlock helper deflake
* Add device udid to android session information
* Improve text clear command
* Allow fast reset without 'app' capability
* Add 'androidInstallTimeout' capability
2016-07-01 15:04:54 -05:00
Isaac A. Murchie
0b5df721d4
Merge pull request #6561 from truebit/master
...
add support to set UiAutomator Congfigurator values
2016-07-01 07:46:21 -07:00
汪啸
e593208f9e
add support to set UiAutomator Congfigurator values
2016-07-01 12:33:01 +08:00
Isaac A. Murchie
2276be5333
Merge pull request #6611 from appium/isaac-xcuitest
...
Add ability to use automationName XCUITest
2016-06-22 11:11:47 -07:00
Isaac Murchie
5a67708df0
Add ability to use automationName XCUITest
2016-06-22 09:56:45 -07:00
Jonathan Lipps
c92d23d4be
Merge pull request #6599 from scottdixon/uiautomator2
...
Docs: UIAutomator 2
2016-06-17 15:36:35 -07:00
Scott Dixon
0f99de7715
Docs: UIAutomator 2
2016-06-17 11:12:41 -07:00
Isaac A. Murchie
72fde58638
Merge pull request #6587 from aelr/troubleshooting-tip-instruments-crash
...
Added solution for Instruments crashes on devices
2016-06-14 08:35:44 -07:00
aelr
312c0e924c
Added solution for Instruments crashes on devices
2016-06-14 08:56:15 -04:00
Scott Dixon
1b86d0cba9
Merge pull request #6566 from scottdixon/iframe
...
README: cross-domain iframes
2016-06-08 14:39:46 -07:00
Scott Dixon
101bad0aa6
README: cross-domain iframes
2016-06-08 14:22:32 -07:00
Isaac Murchie
9c663cf18e
1.5.3
2016-06-07 12:42:15 -07:00
Isaac Murchie
e494df980f
Add changelog entry for 1.5.3
2016-06-07 12:41:25 -07:00
Jonathan Lipps
1662884395
Merge pull request #6551 from scottdixon/xcuitest
...
XCUI Docs
2016-06-03 15:36:19 -07:00
Scott Dixon
3babf0ce3d
XCUI Docs
2016-06-02 10:58:13 -07:00
bootstraponline
f6c8faff9c
Add -persistent to OS X launch agent config
...
Required for using nodes plus plugin
2016-05-31 14:47:38 -04:00
Isaac Murchie
169ca60023
Update dependencies in preparation of release
2016-05-27 08:47:30 -07:00
Jonathan Lipps
3b56d2d1d8
Merge pull request #6518 from jlipps/master
...
use appium-base-driver instead of mjsonwp/express/proxy
2016-05-19 15:37:13 -07:00
Jonathan Lipps
a09e3e00f6
use appium-base-driver instead of mjsonwp/express/proxy
2016-05-19 14:02:12 -07:00
Isaac A. Murchie
ad054100d6
Merge pull request #6483 from SrinivasanTarget/master_new
...
doc tweaks
2016-05-09 11:14:55 -07:00
Srinivasan Sekar
e22414b4ce
doc tweaks
2016-05-08 19:24:17 +05:30
Isaac A. Murchie
6e5f3a308a
Merge pull request #6471 from scottdixon/webkit-debug-fix
...
ios-webkit-debug-proxy-launcher fix: replace underscore with lodash
2016-05-05 07:36:38 -07:00
Scott Dixon
2ffc5b00bf
ios-webkit-debug-proxy-launcher fix: replace underscore with lodash
2016-05-04 19:37:48 -07:00
Jonathan Lipps
3c2c86f0aa
Merge pull request #6462 from appium/isaac-comment
...
Add comment on sync code
2016-05-03 09:20:56 -07:00
Isaac Murchie
350c452901
Add comment on sync code
2016-05-03 08:16:24 -07:00
Isaac A. Murchie
9c1b85ff88
Merge pull request #6455 from usmonster/fix-tests-incorrect-assertion-syntax
...
Fixes tests' incorrect use of .throw() assertion
2016-05-02 04:51:09 +02:00
Isaac A. Murchie
ebcf3da165
Merge pull request #6451 from usmonster/feat-read-desired-caps-from-file
...
Allows --desired-caps to be passed a filename
2016-05-02 04:50:41 +02:00
Usman Akeju
7966de6703
Fixes tests' incorrect use of .throw() assertion
...
As pointed out in appium/appium#6451 , there are many test cases that do
`should[.not].throw` instead of `should[.not].throw()`, which is
incorrect and will never fail.
This fixes those incorrect uses of the method as well as refactors/fixes
the tests that turned out to be actually failing.
2016-05-01 16:31:59 +02:00
Usman Akeju
734a96be5a
Allows --desired-caps to be passed a filename
...
The --desired-caps flag can now be passed the name of a JSON file as an
argument. This also adds an alias for the flag, `-dc`, and fixes tests.
2016-05-01 14:55:50 +02:00
Jonathan Lipps
00041de3a3
Merge pull request #6449 from appium/isaac-is-stupid
...
Remove an only-restrictor from tests
2016-04-29 12:04:37 -07:00
bootstraponline
b3c1e9c622
Merge pull request #6446 from bootstraponline/jenkins
...
Add Jenkins instructions to running-on-osx
2016-04-29 13:34:35 -04:00
bootstraponline
1ddeb74939
Add Jenkins instructions to running-on-osx
2016-04-29 13:33:22 -04:00
Isaac Murchie
609ba21b13
Remove an only-restrictor from tests
2016-04-29 18:32:10 +02:00
Isaac A. Murchie
1672203f42
Merge pull request #6445 from appium/isaac-so
...
Support the sessionOverride flag
2016-04-29 13:34:33 +02:00
Isaac Murchie
406a06a7de
Support the sessionOverride flag
2016-04-29 11:02:41 +02:00
Isaac A. Murchie
216264ff16
Merge pull request #6434 from appium/isaac-proxy
...
Add documentation for Android-only nativeWebScreenshot capability
2016-04-24 13:43:49 -07:00
Isaac Murchie
1eb84376b3
Add documentation for Android-only nativeWebScreenshot capability
2016-04-24 13:30:52 -07:00
bootstraponline
fa6d8b7442
Fix authorize-ios path
...
$ stat node_modules/.bin/authorize-ios.js
stat: node_modules/.bin/authorize-ios.js: stat: No such file or directory
2016-04-22 16:24:40 -04:00
Isaac A. Murchie
afd50a2637
Merge pull request #6421 from appium/isaac-1.5.2-release
...
Add changelog and bump to 1.5.2
2016-04-20 10:43:15 -07:00
Isaac Murchie
f6ed186748
Add changelog and bump to 1.5.2
2016-04-20 10:15:48 -07:00
Isaac Murchie
9ab17fdd1b
Fix touch action docs
2016-04-18 11:21:39 -07:00
Isaac A. Murchie
d4c7e5500c
Merge pull request #6413 from appium/isaac-windows
...
Update docs for windows install
2016-04-15 08:56:49 -07:00