Commit Graph

108 Commits

Author SHA1 Message Date
Isaac Murchie b75beb2969 Skip keystore tests in ci 2014-08-05 10:56:02 -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
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
Isaac Murchie 54868eb21a Fix tests for real device 2014-08-04 18:09:55 -07:00
Jonathan Lipps 2e4711d695 write some burn-in tests for android and ios
fix #2801
2014-07-29 11:55:01 -07:00
sebv 4de70f56a9 fixing localization caps 2014-07-28 18:18:50 +02:00
Isaac Murchie 3da1211d03 Add tests for custom keystore, and fix Selendroid handling 2014-07-24 10:05:41 -07:00
Jonathan Lipps 0ebc395900 for these tests to pass one after the other, need to use a beforeEach 2014-07-22 15:46:57 -07:00
Isaac Murchie 56c565a26f Fix uiautomator test 2014-07-21 14:42:26 -07:00
Jonathan Lipps 4f1e426c95 bring back autoLaunch: false (fix #2629, fix #3045) 2014-07-03 12:41:52 -07:00
Jonathan Lipps 3d4a4861e8 fix installApp name conflict and add tests (fix #3030) 2014-07-01 11:48:24 -07:00
Jonathan Lipps 7d70a828b8 Merge pull request #2965 from imurchie/isaac-unicodefix
Fix exit from unicode mode
2014-06-26 11:40:21 -07:00
Isaac Murchie 52f1ab14db Fix exit from unicode mode 2014-06-26 09:13:06 -07:00
Jonathan Lipps d66c81c2a5 Merge pull request #2945 from imurchie/isaac-networkconnection
Add network connection endpoint
2014-06-26 02:38:49 -07:00
Isaac Murchie 9d863079cc Add network connection endpoint 2014-06-25 13:09:41 -07:00
bootstraponline 0d8feaf66a Merge pull request #2939 from bootstraponline/scroll_into_view
Add scrollIntoView
2014-06-25 14:02:12 -04:00
bootstraponline dcedc884e5 Add scrollIntoView
Example:

 a =  find_element(:uiautomator, 'new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text("WebView").instance(0));')

 a.text # WebView
2014-06-25 12:22:23 -04:00
Jonah Stiennon 2ba98ce010 add test for UiAutomator from context 2014-06-24 14:10:13 -07:00
Isaac Murchie 76e1c69645 Add Android/Selendroid IME methods 2014-06-23 12:01:20 -07:00
Moiz Virani 3eca569879 Adding new intent parameters with default values, added object as parameter to startApp, added test to start app with intent category, updated capabilities.md, updated sub-module appium-adb to point to v1.1.0 and updated package.json 2014-06-18 14:56:23 -07:00
Jonah Stiennon 4317dd3383 Implemented pullFolder for iOS and android 2014-06-16 11:54:54 -07:00
Isaac Murchie bce6c5c698 Add autoWebview capability 2014-06-12 14:34:36 -07:00
sebv 7e27375f9d test fix 2014-06-12 14:45:19 +08:00
Jonah Stiennon 13d38bb2a4 added UiScrollable support to -android uiautomator locator strategy 2014-06-11 16:11:28 -07:00
Jonah Stiennon e365cdb2cf updated android_uiautomator selector tests to use ByAndroidUiAutomator method 2014-06-11 11:01:00 -07:00
sebv 4d5b62daff fixing ci 2014-06-10 17:50:50 +08:00
Jonathan Lipps 4b73ef93cf allow pushStrings to work with 'app' as package, not just file
fix #2749 and add tests
also fix tryNTimes, I think it was vacuously succeeding all the time
(cc @sebv)
2014-06-05 17:09:48 -07:00
Jonathan Lipps 7162c6d653 upgrade wd and add test for getAppStrings 2014-06-05 16:33:14 -07:00
Jonathan Lipps 8d4625125a Merge pull request #2748 from imurchie/isaac-notifications
Add support for opening notifications in Android
2014-06-04 09:27:03 -07:00
Isaac Murchie 21d8a72de9 Add support for opening notifications in Android 2014-06-04 08:14:03 -07:00
sebv 06d60fc9ee extracted appium-adb npm package 2014-06-03 12:59:15 +08:00
sebv 01a5cfcbb6 bugfixes / test fixes (fixing ci) 2014-05-31 22:13:51 +08:00
Jonathan Lipps e433bbc315 allow automation of chrome beta 2014-05-27 18:25:06 -07:00
sebv 112073d77d boosting ci 2014-05-26 02:21:15 +08:00
sebv 04d569f280 various test fixes and improvements 2014-05-25 00:12:54 +08:00
jonahss 343949548a stabilized android webview tests 2014-05-22 13:50:54 -07:00
sebv 3a18bcc6cf splitting apidemo touch, gestures and find tests 2014-05-23 01:00:39 +08:00
sebv 061dcce1aa disabling various ci tests 2014-05-23 01:00:39 +08:00
sebv 2d0bade2f6 android test fixes 2014-05-22 16:25:17 +08:00
sebv 09508832a6 Adding remaining android test, moved android-webview to common 2014-05-16 18:37:36 +08:00
sebv d5ce534fab first android ci tests + fixes 2014-05-15 21:06:48 +08:00
sebv 0a197898c9 refactored webview tests 2014-05-14 15:40:02 +08:00
bootstraponline af89c29947 Merge pull request #2545 from rgonalo/getStrings
Get localized strings in Android, Selendroid and iOS
2014-05-13 06:40:46 -07:00
sebv 877b0db1c6 fixing jscs styling error 2014-05-13 19:03:17 +08:00
Ruben Gonzalez Alonso 35cfc47e1e Extract strings from apk corresponding to device language instead of default to be used with ID location strategy in Android 2014-05-13 09:58:03 +02:00
bootstraponline 37b4b667f0 Always setCompressedLayoutHeirarchy 2014-05-12 15:14:31 -04:00
Jonathan Lipps c166e6813e add test to prove we get an array even when there's just one id 2014-05-12 14:43:14 +01:00
sebv d260e47a23 first ci sauce tests 2014-05-11 07:17:31 +08:00
Isaac Murchie 2bcc775b01 Allow for encoding of non-ASCII text in Android 2014-05-07 15:55:56 -07:00
sebv b2250b0590 Added comments 2014-05-01 11:42:34 -07:00