Commit Graph

4185 Commits

Author SHA1 Message Date
sebv 4042a500b0 fixed tests 2014-05-20 17:15:17 +08:00
seb vincent 7cb04b4484 Merge pull request #2614 from sebv/master
Fixed testapp/basics tests + upgraded uiauto
2014-05-20 14:45:04 +08:00
sebv 25b85cd772 upgraded appium-uiauto 2014-05-20 14:33:06 +08:00
sebv 30c08b2fa4 fixed basics tests 2014-05-20 14:33:06 +08:00
seb vincent 6ffcd38c87 Merge pull request #2613 from sebv/master
Enabling gappium ci tests
2014-05-20 13:07:14 +08:00
sebv 11e36b541b enabling gappium tests 2014-05-20 12:55:25 +08:00
seb vincent 24eb549e2d Merge pull request #2603 from sebv/master
Enabling selendroid ci test
2014-05-19 11:36:15 +08:00
sebv ce690194aa android ci tests reconfiguration 2014-05-19 11:23:04 +08:00
sebv c50c038c9f enabling selendroid ci tests 2014-05-19 11:23:03 +08:00
Jonathan Lipps a0c777d961 Merge pull request #2590 from paymand/contexts_fix
Don't send the JSON response as Error in getJSONFromUrl().
2014-05-17 01:44:29 -07:00
Jonathan Lipps 5e1982e289 Merge pull request #2592 from appium/isaac-keycode
Allow String keycode
2014-05-17 01:43:55 -07:00
Isaac Murchie fc595d1557 Allow String keycode 2014-05-16 10:18:09 -07:00
Payman Delshad 8d5bb05e1f Don't send the JSON response as Error in getJSONFromUrl(). 2014-05-16 14:22:05 +02:00
seb vincent b66732d937 Merge pull request #2589 from sebv/master
Adding remaining android test, moved android-webview to common
2014-05-16 19:00:58 +08:00
sebv 09508832a6 Adding remaining android test, moved android-webview to common 2014-05-16 18:37:36 +08:00
seb vincent 7b29077f9f Merge pull request #2583 from paymand/packages
Fixed the version range for 'glob' and 'grunt-jscs-checker'.
2014-05-16 05:56:30 +08:00
Jonathan Lipps 0ef5014c4f ensure we check for err as well as status 2014-05-15 15:05:21 +01:00
seb vincent e51f385aa6 Merge pull request #2584 from sebv/master
First android ci tests + fixes
2014-05-15 21:44:54 +08:00
sebv d5ce534fab first android ci tests + fixes 2014-05-15 21:06:48 +08:00
Payman Delshad 2d52d6b0c5 Fixed the version range for 'glob' and 'grunt-jscs-checker'. 2014-05-15 15:05:50 +02:00
Jonathan Lipps ddd5c6849c fix selendroid location 2014-05-15 10:17:44 +01:00
Jonathan Lipps ae7f1260fe Merge pull request #2579 from lukeis/master
updating selendroid using 0.10.0 release
2014-05-15 02:01:01 -07:00
seb vincent 9d68727adc Merge pull request #2581 from sebv/master
Tweaking test names and tags
2014-05-15 16:28:08 +08:00
sebv d3f85b7d54 tweaking test names and tags 2014-05-15 16:08:54 +08:00
Luke Inman-Semerau f31fdba7a3 updating selendroid using 0.10.0 release 2014-05-14 23:13:27 -07:00
bootstraponline 0f1df46840 Merge pull request #2578 from bootstraponline/fix_xunit_android
Fix xunit_android sample code
2014-05-14 20:30:21 -07:00
bootstraponline 82a6a5dbb4 Fix xunit_android sample code 2014-05-14 23:27:40 -04:00
Jonathan Lipps 2a0d809664 Merge pull request #2575 from appium/isaac-touch
Fix touch actions below API 18
2014-05-14 15:27:06 -07:00
Isaac Murchie 5ae62f983e Fix touch actions below API 18 2014-05-14 13:13:31 -07:00
Jonathan Lipps 1cae9c593c fix #2567 2014-05-14 12:25:29 +01:00
Jonathan Lipps 40dea28a28 Merge pull request #2562 from Jonahss/javaSamples1
updated caps in java sample code. fixes #2524
2014-05-14 01:41:52 -07:00
Jonathan Lipps 55969954fd no need for yiewd tests anymore 2014-05-14 09:34:30 +01:00
seb vincent 554c803467 Merge pull request #2569 from sebv/master
Refactored webview tests
2014-05-14 15:55:07 +08:00
sebv 0a197898c9 refactored webview tests 2014-05-14 15:40:02 +08:00
seb vincent d19a54dbb9 Merge pull request #2568 from sebv/master
Enabling first safari tests
2014-05-14 10:50:23 +08:00
sebv 7c28f2cd31 enabling first safari tests 2014-05-14 10:37:12 +08:00
jonahss 02464c1c68 updated caps in java sample code. fixes #2524 2014-05-13 14:03:25 -07:00
bootstraponline ce311913d5 Merge pull request #2561 from bootstraponline/toggle
Try toggle discard again
2014-05-13 09:51:02 -07:00
bootstraponline 1b255378ab Discard NotImportantViews only for XPath & DumpWindow
When setCompressedLayoutHeirarchy is enabled, views not marked as important to accessibility are discarded. This must be enabled for XPath and page source to work. If it's left enabled then it's not possible to find unimportant elements via other locator strategies.

If discard is toggled back to false at the end of an XPath request it will break XPath. To safely set discard to false, the code waits for the next find request that doesn't use XPath.

Thanks @paymand for figuring out how to make this work!
2014-05-13 12:48:37 -04:00
Jonathan Lipps c7a99f0354 Merge pull request #2559 from jlipps/master
update getElementById so it handles multiple elements
2014-05-13 08:39:08 -07:00
Jonathan Lipps df0bdcb15c fix spacing 2014-05-13 16:35:03 +01:00
Jonathan Lipps 4f9b96ee9c use appium-uiauto getElementById instead of sending
a bunch of brittle javascript over the wire
fix #2542
2014-05-13 15:36:15 +01:00
Jonathan Lipps 9d88870fc2 update appium-uiauto submodule 2014-05-13 15:36:14 +01:00
Jonathan Lipps b960bbfa93 mention ios-webkit-debug-proxy port 2014-05-13 15:36:14 +01:00
Jonathan Lipps 769f8dac89 Merge pull request #2557 from rgonalo/adbOption
Allow to start adb with --adb option in chrome tests
2014-05-13 07:13:56 -07:00
Ruben Gonzalez Alonso b6428069fe Use --adb option with chrome tests 2014-05-13 15:45:16 +02:00
Ruben Gonzalez Alonso 6ee18da679 Fix error launching avd 2014-05-13 15:45:15 +02: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
seb vincent d9f0ae7d71 Merge pull request #2555 from sebv/master
ci cap lock list
2014-05-13 20:01:25 +08:00
sebv 5dfe4d4f5c jscs style fix 2014-05-13 19:47:01 +08:00