Commit Graph

64 Commits

Author SHA1 Message Date
Sebastian Tiedtke
b67988d662 Merge pull request #166 from jlipps/master
more flexibility in alert handling and getting text of buttons
2013-02-12 10:11:09 -08:00
Jonathan Lipps
c0b6f9e3a5 Merge pull request #165 from penguinho/master
Adding example Appium Code for .NET
2013-02-12 10:09:21 -08:00
Jonathan Lipps
eee901fc2e special-case getting the text of a button 2013-02-12 10:06:07 -08:00
Dan Cuellar
9a5a4c65fc Adding example for .NET 2013-02-12 09:58:06 -08:00
Jonathan Lipps
53590088d8 allow finding of alerts 2013-02-12 09:48:33 -08:00
Jonathan Lipps
f4d0b72215 this file shouldn't be in the repo 2013-02-12 09:05:39 -08:00
Jonathan Lipps
554c755e1c update ruby example to show how alerts work 2013-02-12 09:05:32 -08:00
Jonathan Lipps
c11c7a4986 update example files to clarify what sdk is used 2013-02-11 18:53:00 -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
Ross Rowe
1d79fbc8d3 Updated Sauce appium tests 2013-02-11 09:30:23 +11:00
bootstraponline
6a92151bc2 App can be zip file or directory #149 2013-02-09 12:50:06 -05: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
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
Dylan Lacey
4739d94471 Added additional details to the simple test.
Added a Readme.
2013-02-07 16:07:25 -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
9eb2f80e60 fix ruby examples to use driver.quit 2013-02-07 12:51:19 -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
6b88ae1d34 change hosted location of example apps 2013-02-06 16:34:07 -08:00
Jason Huggins
3c1e435400 Merge pull request #128 from DylanLacey/master
Cuke Example
2013-02-06 07:22:11 -08:00
Dylan Lacey
cde11f1686 Added additional explaination. 2013-02-06 02:38:42 -08:00
Dylan Lacey
604bd45d1f Created a cucumber example along with documentation about what it means. 2013-02-06 00:07:13 -08:00
Adam Christian
117e622cb4 Merge pull request #124 from DylanLacey/master
Additional examples
2013-02-05 10:56:40 -08:00
Dylan Lacey
1b9623abcc Added in flicks rather then scrolls (Which aren't working) 2013-02-05 05:01:05 -08:00
Jonathan Lipps
4aad3b154e update hybrid example 2013-02-05 02:56:22 -08:00
Jonathan Lipps
5cb75062db test showing how to hybrid it up 2013-02-05 02:55:24 -08:00
Dylan Lacey
681f4a4792 Added size analysis 2013-02-05 02:12:23 -08:00
Dylan Lacey
0fb8ee5556 Added a Gemfile, Gemfile.lock to allow for easier dep management
Added sessions to u_i_catalog
2013-02-04 23:45:09 -08:00
Dylan Lacey
7a5c0555ef Added details for scrolling -- Not yet functional 2013-02-04 23:16:03 -08:00
Sebastian Tiedtke
5741e92d95 Merge pull request #108 from rossrowe/master
Resolved test failures in Java tests
2013-02-04 20:13:56 -08:00
Ross Rowe
fec1cc0fe8 Resolve test failures 2013-02-05 15:07:22 +11:00
Dylan Lacey
5ff68cdfb9 Changed from sauce-labs/appium to appium/appium 2013-02-04 19:26:42 -08:00
Adam Christian
b257831b43 Merge pull request #105 from rossrowe/master
Ported Python tests to Java
2013-02-04 18:24:21 -08:00
Ross Rowe
c2a5da2108 Updated path of app 2013-02-05 13:00:22 +11:00
Jason Carr
145cfac46c Ruby example for Sauce. 2013-02-04 17:34:31 -08:00
Ross Rowe
a7dfa47b34 Ported tests to TestNG 2013-02-05 12:29:38 +11:00
Ross Rowe
2cdf533bc7 Initial Java port of tests 2013-02-05 12:26:07 +11:00
Ross Rowe
dd26af0d50 Initial Java port of tests 2013-02-05 12:05:29 +11:00
Ross Rowe
66f3275a9f Merge remote-tracking branch 'upstream/master' 2013-02-05 10:47:26 +11:00
Adam Christian
d9eb3abe80 Merge pull request #96 from maudineormsby/master
Use environment variables for raw.js
2013-02-04 15:03:27 -08:00
Adam Christian
833c35496f Merge pull request #97 from jlipps/master
more PHP example love
2013-02-04 15:03:19 -08:00
Dylan Lacey
fcd79f38aa It helps to add things to the right repository.
Added a simple, complex test.
2013-02-04 14:37:52 -08:00
Jonathan Lipps
3df150342a update php example and add sauce php example 2013-02-04 14:36:00 -08:00
Jason Carr
ecb3873771 Use environment variables for raw.js 2013-02-04 14:15:54 -08:00
Jason Carr
f06ae02276 Python example on Sauce. 2013-02-04 12:24:11 -08:00
Adam Christian
2768e91b76 Adding a very simple local test for the appium.io examples 2013-02-01 18:06:45 -08:00
Adam Christian
5b0e295e29 Adding some node examples in other formats 2013-02-01 14:36:38 -08:00