Commit Graph

179 Commits

Author SHA1 Message Date
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
sebv 01a5cfcbb6 bugfixes / test fixes (fixing ci) 2014-05-31 22:13:51 +08:00
sebv 789d360194 test fixes 2014-05-30 14:38:17 +08:00
Jonathan Lipps e433bbc315 allow automation of chrome beta 2014-05-27 18:25:06 -07:00
sebv 4e8ac4b7a9 ci: build id + expected fails + grouped selendroid and gappium 2014-05-26 17:25:50 +08: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
sebv 2d0bade2f6 android test fixes 2014-05-22 16:25:17 +08:00
sebv 54abd1da39 fixed more ios tests 2014-05-20 22:34:49 +08:00
sebv 4042a500b0 fixed tests 2014-05-20 17:15:17 +08:00
sebv 11e36b541b enabling gappium tests 2014-05-20 12:55:25 +08:00
sebv c50c038c9f enabling selendroid ci tests 2014-05-19 11:23:03 +08:00
sebv 09508832a6 Adding remaining android test, moved android-webview to common 2014-05-16 18:37:36 +08:00
sebv d3f85b7d54 tweaking test names and tags 2014-05-15 16:08:54 +08:00
sebv 0a197898c9 refactored webview tests 2014-05-14 15:40:02 +08:00
sebv 7c28f2cd31 enabling first safari tests 2014-05-14 10:37:12 +08: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
sebv 6c8f043a81 ci cap lock list 2014-05-13 19:47:01 +08:00
sebv b07834a49c fixing jscs styling error 2014-05-13 19:33:12 +08:00
sebv 877b0db1c6 fixing jscs styling error 2014-05-13 19:03:17 +08:00
sebv 350d7773ec adding uicatalog tests to ci 2014-05-12 10:05:54 +08:00
sebv ea30a973f6 Adding remaining testapp tests 2014-05-11 22:20:10 +08:00
sebv d260e47a23 first ci sauce tests 2014-05-11 07:17:31 +08:00
Jonathan Lipps 9fd48fb9f8 get rid of native tag name in favor of class name 2014-04-18 11:31:49 -07:00
Jonathan Lipps 3583347584 camel-case app-(wait-)activity 2014-04-10 15:38:24 -07:00
Jonathan Lipps 318617819f change app-package and app-wait-package to appPackage and appWaitPackage 2014-04-10 15:20:24 -07:00
Jonathan Lipps 6725332707 don't use windowHandles for switching to/from webview 2014-04-08 12:02:44 -07:00
sebv 4702906186 allowing app paths relative to appium root 2014-04-05 02:11:45 +08:00
Jonathan Lipps ce8adcfe6a update testsuite to use 1.0-style caps
- and fix various issues with specific tests
2014-04-03 18:55:49 -07:00
Isaac Murchie 2043324473 Fix setWindow for Android 2014-03-31 10:59:11 -07:00
sebv f7183f2f23 better test defaults for ios71 2014-03-27 14:20:27 +08:00
sebv 0f3f21b9b1 more test improvements 2014-03-26 20:59:19 +08:00
sebv 5a0360f951 Avoiding quit hanging + better verbose logging 2014-03-25 18:57:47 +08:00
Jonathan Lipps b3ecd19ebb make chrome tests skip context check 2014-03-21 10:02:19 -07:00
bootstraponline 1f06f9244e Merge pull request #2115 from jlipps/master
misc fixes
2014-03-21 11:10:19 -04:00
sebv 8fc3383e78 more flexible LAUNCH_TIMEOUT in tests 2014-03-21 14:26:27 +08:00
Jonathan Lipps 0f38bd1c58 allow testing of ios71 in test.sh, and pass specific versions 2014-03-20 16:58:03 -07:00
Isaac Murchie f4f730e1ee Use contexts for switching native/web 2014-03-19 21:13:47 -07:00
jonahss 3d5fdc9201 added better error reporting to test helper 2014-03-13 16:49:15 -07:00
Jonathan Lipps 23be703991 ensure we get a decent error message if someone uses locationServicesAuthorized with no bundleId 2014-03-12 11:08:03 -07:00
sebv 32c39a1f45 test fixes 2014-03-11 21:47:16 +08:00
sebv f2d9025557 adding npm submodules and scripts 2014-03-10 20:30:57 +08:00
Payman Delshad 113fe5ce10 Added support for touch{Down|Up|Move} on Android. 2014-03-07 15:10:52 +01:00
Jonathan Lipps e6e47887cd fix unit tests to mock IOS instead of using weird mock_ios device 2014-03-03 16:41:46 -08:00
Jonathan Lipps 21c9242fb6 finish android hybrid support
and refactor android webview tests to work for android as well as selendroid
2014-02-24 14:59:40 -08:00
Jonathan Lipps 104e1a0d38 break out chromedriver into its own object
and make sure the chrome tests pass on chromium too
2014-02-24 14:59:39 -08:00
Jonathan Lipps c60dfc59a9 fix bad space in test.sh preventing tests from running
and up launch timeout a bit
2014-02-21 15:22:56 -08:00
sebv 1a47bdab6b added non synthetic web click cap 2014-02-21 02:41:51 +08:00
Jonathan Lipps 6f4f275180 don't fail test if we can't find strings.xml (fix #1905)
also, make sure apidemos tests run as android even if DEVICE isn't set
2014-02-14 10:54:03 -08:00
sebv 88479e04fa reshuffling tests 2014-02-07 12:51:20 +08:00