Commit Graph

249 Commits

Author SHA1 Message Date
Kazuaki Matsuo cd12ed9a51 Add python sample code (#11208)
* add initial python sample

* add all of ios and android tests

* apply formatter

* add >=0.28 to avoid version error

* tweak versions of default OS

* convert some tests to unittest based ones

* use single quote mainly

* use {} format style for string

* use format syntax

* apply format and tweak assertions

* use is None

* use assert raise

* speficy a number of elements

* tweak exception

* move app path to helper

* tweak assertion conditions

* remove .close since with open() close file automatically
2018-08-22 11:48:58 -07:00
Kazuaki Matsuo e0af090903 update ruby sample (#11203) 2018-08-18 09:21:52 +09:00
Srinivas Vishnubhotla bec8462016 Added More Tests (#11022)
* Added More Tests

Android Native
Android Browser
Android Sauce Labs
iOS Native
iOS Browser
iOS Sauce Labs

* Removed Duplicate Tests

* Removed Appium Version and changed AutomationName to UIAutomator2
2018-07-10 14:20:17 +01:00
Isaac A. Murchie 04f6543561 Bring Sample Code into master (#10880)
* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* Sample code (#10834)

* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* fixed WDIO test

* Update .npmignore
2018-06-15 08:23:42 -04:00
Dan Graham 36cc935fc5 Revert "Create session and basic interactions samples (#9907)" (#9915)
This reverts commit 061e264800.
2018-01-04 13:52:30 -08:00
Dan Graham 061e264800 Create session and basic interactions samples (#9907)
* Add apps; add create session test
* Android create session tests
* iOS basic interactions test
* Basic web session tests (iOS and Android)
2018-01-04 13:48:24 -08:00
Jonathan Lipps 25efe37e38 remove actual sample app code
this is in a different commit so previous commit can be examined separately
2014-08-12 18:00:21 -07:00
Jonathan Lipps 0483952a0e move sample code and apps out of main repo
and add a grunt task that brings them in for use in dev
2014-08-12 17:58:42 -07:00
bootstraponline deb302b992 Restore sample-code apps 2014-08-11 15:46:41 -04:00
bootstraponline ae67c38bc4 Move sample code to https://github.com/appium/sample-code 2014-08-09 19:45:16 -04:00
Isaac Murchie 54868eb21a Fix tests for real device 2014-08-04 18:09:55 -07:00
bootstraponline a2e0fca11a Fix cucumber 404 2014-07-28 20:00:54 -04:00
Jonathan Lipps 4aa7532c62 Merge pull request #3127 from Erolstt/master
added robot framework contact example
2014-07-14 15:43:14 -07:00
Erol Selitektay e717690e63 added robot framework contact example
robot framework contact example for android added
2014-07-13 13:43:12 +03:00
sebv 1b69662ff6 added element conversion examples 2014-07-04 02:57:37 +08:00
Isaac Murchie 277cc8ee60 Fix webview name in node Android sample 2014-07-03 09:49:59 -07:00
sebv 10250698b0 added protractor bridge example 2014-07-03 22:26:27 +08:00
sebv d4416339d8 node sample fix 2014-07-03 21:44:01 +08:00
sebv 36160df4e1 added selenium-webdriver bridge sample 2014-07-03 21:27:28 +08:00
Jonathan Lipps 90f1a0ede9 update selendroid-simple test so it passes 2014-07-02 11:34:31 -07:00
sebv b1f8dbddcb sample code update 2014-07-01 19:42:53 +08: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
seb vincent 8f796a581a README update [ci skip] 2014-06-24 16:51:22 +08:00
Jonah Stiennon 4608443ea6 added accessibility id to element in webview sample app 2014-06-23 15:24:46 -07:00
seb vincent 779f24067b README update [ci skip] 2014-06-11 22:30:40 +08:00
sebv c981b441ac better dotnet samples 2014-06-11 22:16:57 +08:00
Jonathan Lipps 023d0f93fc Merge pull request #2802 from imurchie/isaac-pythonsamples
Update Python samples
2014-06-10 10:45:43 -07:00
sebv c4a4c54e41 fixing sample [ci skip] 2014-06-11 01:02:22 +08:00
sebv dfae412481 wd upgrade, updated node touch action api 2014-06-10 13:05:31 +08:00
Isaac Murchie 5b9145af02 Update Python samples 2014-06-09 19:34:59 -07:00
seb vincent 604b3e47ac Update README [ci skip] 2014-06-09 14:47:33 +08:00
sebv 5c528e0565 node.js sample rewrite 2014-06-09 14:32:23 +08:00
bootstraponline a548d0a601 Add cucumber example for cross platform env.rb 2014-06-06 17:17:35 -04:00
bootstraponline ef1d22e9f4 Fix Ruby sample code so it works on Sauce Labs
Add Android cucumber example

Fix #1458
2014-06-01 17:13:07 -04:00
Isaac Murchie 37380954d2 Update python samples for --strict-caps 2014-05-31 05:18:22 -07:00
Jonathan Lipps 0ec7113bbb Merge pull request #2714 from imurchie/isaac-pythonsamples
Add python sample accessing webview
2014-05-30 09:17:22 -07:00
Isaac Murchie 6145b8ce4e Add python sample accessing webview 2014-05-30 09:08:23 -07:00
Jayme Deffenbaugh 7459413331 Check for accessibility id matching selector first and then fall back to string match. 2014-05-29 14:22:01 -07:00
Jonathan Lipps 399adf2b0c Merge pull request #2673 from paymand/long_press_keycode
Renamed keyevent to press_keycode and added long_press_keycode.
2014-05-28 12:30:04 -07:00
Payman Delshad 8b1ec9d92c Renamed keyevent to press_keycode and added long_press_keycode. 2014-05-28 21:28:41 +02:00
Jonathan Lipps 59372ab4a1 Merge pull request #2666 from edgy360/master
Update capability names in sample code
2014-05-27 13:05:32 -07:00
sebv f89885bf2d node.js examples fixes 2014-05-27 23:07:03 +08:00
Jamie Edge 942462c39c Updated capability names in sample code. 2014-05-25 18:35:35 +01:00
Daniel Gempesaw 3a32eb7f13 Add perl code sample of a simple iOS test 2014-05-24 09:36:08 -04:00
Jonah 7d83603b1c Merge pull request #2587 from callmewa/master
ported over the java contact app test to node since the test is outdated.  Tested exampled on nexus5 and emulator
2014-05-21 16:23:03 -07:00
jonahss 8291c3ab27 update java example code 2014-05-21 11:59:19 -07:00
bootstraponline 04ca54f094 Update Ruby sample code 2014-05-17 17:04:44 -04:00
Wa Wang f9464a9fd9 ported over the java contact app test to node since the test is outdated 2014-05-15 13:38:04 -07:00
bootstraponline 82a6a5dbb4 Fix xunit_android sample code 2014-05-14 23:27:40 -04:00