Commit Graph

4747 Commits

Author SHA1 Message Date
Jonathan Lipps
0a3ef5b76f Merge pull request #3318 from imurchie/isaac-ios-keyboard
Add stability test for iOS keyboard
2014-08-07 12:10:51 -07:00
Isaac Murchie
5ce37602b3 Add stability test for iOS keyboard 2014-08-07 12:06:05 -07:00
Jonathan Lipps
74f9d522e6 Merge pull request #3329 from imurchie/isaac-caps
Handle boolean caps sent as strings
2014-08-07 10:11:33 -07:00
Isaac Murchie
fa6c06199a Handle boolean caps sent as strings 2014-08-07 09:53:12 -07:00
Jonathan Lipps
fd2c284261 update appium-adb to fix ime tests 2014-08-06 17:02:59 -07:00
Jonathan Lipps
b626123ba0 Merge pull request #3321 from moizjv/documentation
Adding documentation for running appium as admin on windows
2014-08-06 16:28:30 -07:00
Jonathan Lipps
96d9537ada Merge pull request #3322 from imurchie/isaac-selendroid-reset
Fix selendroid full reset
2014-08-06 16:26:38 -07:00
Isaac Murchie
eb6c322563 Fix selendroid full reset 2014-08-06 13:59:27 -07:00
Jonathan Lipps
62b69319e9 update appium-adb to a version that works with npm 2014-08-06 13:58:17 -07:00
Jonathan Lipps
ce4f1387f8 bump appium-uiauto to 1.6.5 to get around npm issue 2014-08-06 13:55:06 -07:00
Moiz Virani
5bf8e5ec1a Adding documentation for running appium as admin in windows 2014-08-06 12:35:53 -07:00
Jonathan Lipps
80e336e25d update appium-adb with changes including adb retry (fix #2995) 2014-08-06 12:28:06 -07:00
Jonathan Lipps
2aef746fc8 update appium-uiauto to 1.6.3 with sendkeys changes (fix #1567) 2014-08-06 12:24:58 -07:00
Jonathan Lipps
083be6d6e4 prevent keystore tests from running in ci 2014-08-06 12:24:58 -07:00
Jonathan Lipps
ba1bb4e458 Merge pull request #3319 from moizjv/documentation
Fixing reset.bat and adding additional documentation running tests on windows
2014-08-06 11:39:40 -07:00
Moiz Virani
fc67a8456f Fixing grunt-helper for windows 2014-08-06 11:31:39 -07:00
Moiz Virani
567ca3c90e Adding instructions to run tests on windows 2014-08-06 10:35:24 -07:00
bootstraponline
034e57e7a5 Merge pull request #3295 from Jonahss/javasamples
fixed up java sample code in docs
2014-08-05 21:13:12 -04:00
Jonah Stiennon
6e3f87b7cf fixed up java sample code in docs 2014-08-05 18:10:04 -07:00
Jonathan Lipps
54469b4c33 Merge pull request #3308 from imurchie/isaac-fix-location
Fix errant ref to this
2014-08-05 16:26:41 -07:00
Isaac Murchie
3740c28e8c Fix errant ref to this 2014-08-05 16:22:30 -07:00
bootstraponline
3dba8eb51f Merge pull request #3302 from imurchie/isaac-keystore
Skip keystore tests in ci
2014-08-05 14:41:25 -04:00
Jonathan Lipps
c52e97857b add dev device setup instructions to ios real devices docs (fix #3273) 2014-08-05 11:03:44 -07:00
Isaac Murchie
b75beb2969 Skip keystore tests in ci 2014-08-05 10:56:02 -07:00
Jonathan Lipps
699dfa6a79 Merge pull request #3276 from austenke/master
Moved location logic to location_in_view
2014-08-05 09:39:46 -07:00
Jonathan Lipps
01fa4f6c78 Merge pull request #3290 from imurchie/isaac-tests
Fix Android tests for real device
2014-08-05 09:08:40 -07:00
bootstraponline
b230d00196 Merge pull request #3292 from Jonahss/allxpath
Selecting all elements via XPath no longer mistakenly includes the root ...
2014-08-05 09:03:14 -04:00
Jonah Stiennon
9ee0b15fd5 Selecting all elements via XPath no longer mistakenly includes the root <hierarchy> node, which was causing appium to error. Fixes #2548 2014-08-04 22:00:56 -07:00
austenke
1c27b26bdb Changed location functions to location_in_view
Changed deprecation message method

Routing fix

Deprecation message fixes

Small fixes

setLocation fixes

Fixed setLocation and renamed getLocationInView

Corrected getLocation call
2014-08-04 18:22:41 -07:00
Isaac Murchie
54868eb21a Fix tests for real device 2014-08-04 18:09:55 -07:00
Jonathan Lipps
b4041d62c7 Merge pull request #3289 from jlipps/master
update selendroid to 0.11.0
2014-08-04 17:41:00 -07:00
Jonathan Lipps
5d008f31f8 update selendroid to 0.11.0 2014-08-04 17:06:03 -07:00
Jonathan Lipps
e9de8906cc Merge pull request #3288 from imurchie/isaac-keystore
Fix handling of keystore creation
2014-08-04 17:05:56 -07:00
Isaac Murchie
ef3ce7fd40 Fix handling of keystore creation 2014-08-04 16:50:22 -07:00
Jonathan Lipps
34c787ca33 Merge pull request #3287 from moizjv/fix-2650
Adding retry for iOS screenshot
2014-08-04 16:47:09 -07:00
Moiz Virani
3eb3914707 Adding retry for iOS screenshot 2014-08-04 15:29:29 -07:00
Jonathan Lipps
e65d0e0167 Merge pull request #3254 from Jonahss/master
added grunt-newer, to only lint changed files
2014-08-04 10:50:01 -07:00
bootstraponline
456590b1be Merge pull request #3271 from Jonahss/instance
fix for xpath, uses ClassName and Instance instead of Index
2014-08-03 22:04:34 -04:00
Jonah Stiennon
ec26114a5d fix for xpath, uses ClassName and Instance instead of Index 2014-08-03 18:45:34 -07:00
bootstraponline
e287ca6e15 Merge pull request #3270 from moizjv/fix-2792
Adding fallback for finding app activity from AndroidManifest.xml
2014-08-01 14:22:27 -04:00
Moiz Virani
8d6e6fff9b Adding fallback for finding app activity from AndroidManifest.xml and renaming strings_from_apk to appium_apk_tools 2014-08-01 10:48:04 -07:00
Jonathan Lipps
dba88aa627 Merge pull request #3267 from erlendfh/resolve-ios-simulator-directory
Resolve iOS Simulator directory
2014-07-31 11:48:28 -07:00
Jonathan Lipps
a4d17b8271 add .ipa to list of downloadable app options (fix #3268) 2014-07-31 11:25:07 -07:00
Erlend Halvorsen
2085253133 If we have more than one iOS simulator directory then try filtering out any that doesn't have an Applications folder 2014-07-31 16:13:18 +02:00
Jonathan Lipps
3c1914ba9d Merge pull request #3220 from erlendfh/ios-pushFile
Implemented pushFile for iOS controller
2014-07-30 12:11:05 -07:00
Jonathan Lipps
d115179ca5 update appium-adb 2014-07-30 12:01:39 -07:00
Jonathan Lipps
12238610fc fix error message (fix #3257) 2014-07-30 12:01:39 -07:00
Jonathan Lipps
de26b1e66f Merge pull request #3260 from jlipps/master
make appium device.stop use node-style callback
2014-07-30 11:15:14 -07:00
Jonathan Lipps
7098ce2de8 make appium device.stop use node-style callback
this will add some logging for #3258
2014-07-30 10:54:07 -07:00
Erlend Halvorsen
d4d49acda1 Implemented pushFile for iOS controller 2014-07-30 13:55:08 +02:00