Commit Graph

720 Commits

Author SHA1 Message Date
Jonathan Lipps c11c7a4986 update example files to clarify what sdk is used 2013-02-11 18:53:00 -08:00
Jonathan Lipps d4479510aa distinguish test app zips by build sdk 2013-02-11 18:40:19 -08:00
Jonathan Lipps efe60c2387 move stuff into grunt helpers for max clean 2013-02-11 18:40:09 -08:00
Jonathan Lipps ddfc995d79 version bump for npm publish 2013-02-11 17:11:26 -08:00
Sebastian Tiedtke 612df7745d Version bump 2013-02-11 17:05:32 -08:00
Sebastian Tiedtke e99e6b4922 Merge pull request #158 from jlipps/master
better logging and fewer instruments crashes
2013-02-11 16:58:41 -08:00
Jonathan Lipps c064d37076 add a test with strange quoting 2013-02-11 16:55:06 -08:00
Jonathan Lipps 87ddca88d7 add a try/catch to bootstrap so instruments doesn't crash on js errors 2013-02-11 16:32:14 -08:00
Jonathan Lipps 50b2063ea0 don't let asking for non-existent attributes crash appium 2013-02-11 16:23:22 -08:00
Jonathan Lipps d3b39fb919 better logging from appium about request and response data 2013-02-11 16:23:07 -08:00
Jonathan Lipps b39dd083a6 Merge branch 'master' of github.com:appium/appium 2013-02-11 14:49:14 -08:00
Jonathan Lipps 65a40b3923 better logging 2013-02-11 14:48:58 -08:00
Jonathan Lipps 6fae3938bd Merge pull request #156 from santiycr/master
Code cleanup + some more commands for webviews
2013-02-11 14:00:15 -08:00
Santiago Suarez Ordoñez 74a46aef55 rewriting page load/unload handling, now with sleep in 2013-02-11 11:54:59 -08:00
Santiago Suarez Ordoñez ca5523f7ab adding support for getting elements' size 2013-02-11 11:54:59 -08:00
Santiago Suarez Ordoñez 52241dc7a4 adding support for getting the source of a web view 2013-02-11 11:54:59 -08:00
Santiago Suarez Ordoñez f8044b02d3 Merge pull request #155 from jlipps/master
execute() for proxying UIAutomation commands
2013-02-11 11:42:15 -08:00
Jonathan Lipps 3f3efd1177 Merge pull request #153 from rossrowe/upstream
Updated Java tests to use correct DesiredCapabilities when connecting to Sauce
2013-02-11 11:35:42 -08:00
Jonathan Lipps d39b2a8f76 allow execute() to proxy raw UIAutomation commands 2013-02-11 11:31:01 -08:00
Ross Rowe 1d79fbc8d3 Updated Sauce appium tests 2013-02-11 09:30:23 +11:00
Steven Hazel 78391a8a44 Merge pull request #150 from bootstraponline/remove_dir_check
App can be zip file or directory #149
2013-02-10 08:48:39 -08:00
bootstraponline 6a92151bc2 App can be zip file or directory #149 2013-02-09 12:50:06 -05:00
Jonathan Lipps a66caf8698 Merge pull request #149 from jlipps/master
allow local zipped apps
2013-02-08 15:01:14 -08:00
Jonathan Lipps e724536660 add capability to use local version of zipped app & test 2013-02-08 14:32:09 -08:00
Jonathan Lipps 3e28364520 Merge pull request #147 from jlipps/master
turned gestures into a jsonwp extension
2013-02-08 11:26:27 -08:00
Jonathan Lipps b529cda1f9 add appium jsonwp extensions to routing 2013-02-08 11:17:12 -08:00
Jonathan Lipps dd2980a3e8 Merge pull request #146 from bootstraponline/check_app_path
Add error detection to absolute_app_path
2013-02-08 11:14:33 -08:00
Jonathan Lipps cd37a3c48f enable complextap in both absolute and relative units 2013-02-08 10:35:01 -08:00
Jonathan Lipps 2e70f1690e rename elementId to element to match JSONWP 2013-02-08 10:22:22 -08:00
bootstraponline 82995f4740 Add error detection to absolute_app_path
A specific error message is better than the current "Timeout::Error:" when the app doesn't exist or isn't a directory.
2013-02-08 11:27:05 -05:00
Bernard Kobos 930b3edda1 Merge pull request #145 from jlipps/master
better native swipe actions and a bit of cleanup
2013-02-08 00:46:10 -08:00
Jonathan Lipps 5626836432 add mobile-specific swipe and swipe-element methods and tests 2013-02-07 20:48:40 -08:00
Jonathan Lipps 0ad33ac145 Merge pull request #143 from DylanLacey/master
Created a README for examples
2013-02-07 20:47:55 -08:00
Dylan Lacey 3c674f2d47 Lets try to use secure rubygems.org 2013-02-07 18:48:06 -08:00
Dylan Lacey 2918e92ad4 Merge branch 'master' of github.com:appium/appium
Conflicts:
	sample-code/examples/ruby/cucumber/features/support/env.rb
	sample-code/examples/ruby/simple_test.rb
2013-02-07 18:45:01 -08:00
Steven Hazel 9ebdb1538d Merge pull request #144 from jlipps/master
readme update
2013-02-07 17:45:12 -08:00
Jonathan Lipps d1438d315e move tap into gestures 2013-02-07 17:20:03 -08:00
Jonathan Lipps fd9c86fa3a rename this file to something more appropriate 2013-02-07 17:16:24 -08:00
Jonathan Lipps 84d6cb26e5 update readme to reflect info about using wd dev 2013-02-07 17:08:47 -08:00
Dylan Lacey 4739d94471 Added additional details to the simple test.
Added a Readme.
2013-02-07 16:07:25 -08:00
Jonathan Lipps 41f9685340 Merge pull request #142 from bootstraponline/exit_cucumber
Exit after scenario
2013-02-07 16:03:05 -08:00
bootstraponline fcd0496139 Exit after scenario
Instruments never exits if quit isn't called.
2013-02-07 18:54:50 -05:00
Steven Hazel 8cb681e763 Merge pull request #141 from jlipps/master
fixes to ruby examples and execute.js
2013-02-07 13:38:38 -08:00
Jonathan Lipps b4d0c58858 fix driver.quit fail in node sauce example too 2013-02-07 13:33:56 -08:00
Jonathan Lipps f330ca54d2 make execute.js tests less brittle 2013-02-07 13:19:54 -08:00
Jonathan Lipps 9eb2f80e60 fix ruby examples to use driver.quit 2013-02-07 12:51:19 -08:00
Jonathan Lipps acd7d2a94f Merge pull request #140 from bootstraponline/patch-1
Fix gem name
2013-02-07 12:27:33 -08:00
bootstraponline ef5e0e19b1 Add run command
ruby sauce_example.rb does nothing because the example uses rspec.
2013-02-07 15:03:22 -05:00
bootstraponline 0b83ddf7e6 Fix gem name
$ gem install webdriver
ERROR:  Could not find a valid gem 'webdriver' (>= 0) in any repository
2013-02-07 14:55:46 -05:00
Jonathan Lipps a85a673974 Merge pull request #139 from jlipps/master
better access to native flick methods through "mobile: flick"
2013-02-06 19:04:25 -08:00