sebv
6695dfe5fb
Refactored tests to use wd promise-chain api
2014-01-14 04:31:19 +08:00
Dan Doveralba
64522d746a
Update Alert Logic
...
* by default appium doesn't interact with alerts
* set autoAcceptAlerts to true to have appium accept alerts
2014-01-09 22:27:08 -08:00
bootstraponline
5cb30e3918
Update caps.md
2014-01-09 12:34:41 -05:00
Jonathan Lipps
9fb163be2e
automatically accept photo permission alerts ( fix #1700 )
...
and add manualPermissionAlerts desired cap if you want to
handle things manually
2014-01-07 14:44:20 -08:00
Dan Cuellar
82d49d0c7d
Adding flag to show simulator logs
2014-01-07 14:09:18 -08:00
Jonathan Lipps
da2f585708
fix mechanic link ( fix #1699 )
2014-01-06 09:25:45 -08:00
seveniruby
63aa6e1509
add troubleshooting.cn.md
...
add real-devices.cn.md
update the cn doc to the latest
add saucelabs-repository in pom.xml in testng example
2014-01-05 22:00:41 +08:00
Jonathan Lipps
27d482074c
Merge pull request #1679 from bootstraponline/shell
...
Fix appium shell
2014-01-03 01:14:46 -08:00
vkmtse
50e0e3621a
Update troubleshooting.md
2014-01-01 20:53:23 -08:00
bootstraponline
f603af0684
Fix appium shell
...
node appium.js --shell
2013-12-26 21:09:30 -05:00
Jonathan Lipps
31bd697cf4
add ability to set launch timeout from the command line so it can be used in conjunction with pre-launch
2013-12-20 10:57:42 -08:00
Jonathan Lipps
4a1cc2580c
refactor instruments and add appium-internal flake support
...
This commit constitutes a pretty big refactor of the instruments
process handler. It also introduces a server flag, '--backend-retries',
with a default of '3', which specifies how many times Appium will retry
launching instruments before giving up and saying that it crashed or
timed out. This works in concert with launchTimeout, of course.
I think this refactor also fixes some longstanding callback reasoning
errors and maybe some other bugs.
It might also introduce some bugs of its own though :-)
2013-12-18 13:34:49 -08:00
Maryana Bezler
9e881f1ed3
Update ios-webkit-debug-proxy instalation first step command
2013-12-11 20:37:01 +03:00
Jonathan Lipps
abe22334b1
refactor server/main
...
and add --merciful flag to avoid the force quit instruments watcher
2013-12-10 13:25:58 -08:00
Jonathan Lipps
6319f734b8
allow user to let instruments launch device with --default-device
2013-12-09 14:44:23 -08:00
Jonathan Lipps
52bb752773
add --show-config flag to show appium config, and include server build time
2013-12-09 14:13:42 -08:00
Dan Cuellar
3bc4cd5779
Appium Doctor Start
...
This is a basic vesion of Appium Doctor that checks for Xcode, Xcode
Command Line Tools, JAVA_HOME, and ANDROID_HOME
2013-11-26 14:34:54 -08:00
bootstraponline
a96de44228
Update style guide with undefined note
2013-11-19 16:51:08 -05:00
Dan Cuellar
692a262e8e
Merge pull request #1486 from penguinho/device
...
Select your iOS Simulator Device
2013-11-19 08:37:44 -08:00
Dan Cuellar
94f4e3eb69
select your iOS Simulator Device
2013-11-18 14:46:11 -08:00
bootstraponline
c1611ace1e
Merge pull request #1494 from testerhome/master
...
add chinese docs and a ruby xunit testcase sample for android
2013-11-18 10:28:11 -08:00
unknown
5472fa6ace
add chinese docs and a ruby xunit testcase sample for android
2013-11-18 14:16:34 +08:00
Jonathan Lipps
a6c4c61c26
allow 'iwebview' desired cap for running web tests in webviewapp instead of safari
2013-11-15 11:39:07 -08:00
Sergio Neves Barros
3d5b18c0f3
Update mobile-web.md
...
Minor update to the bug note. The proxy works against iOS7 as long as you click trust this machine first.
2013-11-13 15:35:08 +00:00
bootstraponline
1ff3fabbe7
Add Ruby scrollTo example
2013-11-12 11:44:10 -05:00
Dan Cuellar
7b1e1badce
Set iOS Simulator Language using ios-sim-locale from https://code.google.com/p/ios-sim-locale/
2013-11-11 13:01:10 -08:00
Felix Rodriguez
d1f2217d5e
Update hybrid.md
2013-11-04 13:50:17 -08:00
unknown
79830372ff
add chinese docs
2013-11-03 13:51:52 +08:00
bootstraponline
ed16cd8f9e
Merge pull request #1408 from snevesbarros/master
...
Updated with description on how to use SafariLauncher for real device.
2013-11-01 09:54:23 -07:00
Sergio Neves Barros
92274f9d32
Updated with description on how to use SafariLauncher for real device.
...
Added some description on how to run tests against Safari on a real device.
2013-11-01 16:51:09 +00:00
twilly86
6a7e0ded3b
Update running-on-osx.md
...
switching path for xcode-select to include Contents/Developer/
2013-10-31 11:45:24 -06:00
Jonathan Lipps
5b63fadfe8
use javascript rendering for json
2013-10-30 07:48:31 -07:00
Jonathan Lipps
5ff9b2311b
update caps and formatting
2013-10-30 07:45:24 -07:00
Jonathan Lipps
d3539fb2f3
add selendroid test writing docs and link to running-tests doc from README
2013-10-30 07:42:34 -07:00
Jonathan Lipps
3ba0e3f0c6
add --log-timestamp and --log-no-colors options
...
also clean up and consolidate logging code
2013-10-28 16:36:32 -07:00
Jonathan Lipps
8f2d933985
add back desiredCaps.launch flag
2013-10-28 16:36:32 -07:00
Jonathan Lipps
b537c4ae71
remove confusing multiple session handling code
...
it doesn't actually do anything and was cruft
also, make session overriding non-default based on the mobile
JSONWP discussions
2013-10-28 11:39:50 -07:00
bootstraponline
b225884777
Merge pull request #1360 from filmaj/android-docs
...
Expanded Android docs
2013-10-25 12:27:34 -07:00
filmaj
06add275df
Small typo fixes in docs and expanded on android setup for mac osx
2013-10-25 12:24:37 -07:00
Jonathan Lipps
ecec01d5c3
add some more caps to docs
2013-10-25 12:08:25 -07:00
Jonathan Lipps
11bef30110
missed some 'node server.js' updates
2013-10-22 14:28:43 -07:00
Jonathan Lipps
31c49f590d
move server-related stuff into lib/server
2013-10-17 10:30:11 -07:00
Jonathan Lipps
3eee9d8a61
move code into lib/ like a normal node project
2013-10-17 10:30:10 -07:00
Jonathan Lipps
5de696edaa
fix typo in mobile web docs
2013-10-17 10:30:08 -07:00
filmaj
e63144f750
README rehash. put platform requirements together in readme. split out contribution / hacking documentation into its own CONTRIBUTING.md. Used absolute URLs for links (as they may be linked from npmjs.org). changed contribution section regarding running tests to highlight use of test.sh instead of grunt.
2013-10-11 14:51:20 -07:00
bootstraponline
06bb7ae94a
iOs -> iOS
2013-10-07 13:00:49 -04:00
ritika-mish
59ff829584
Update gestures.md
2013-10-03 11:04:41 +05:30
Jonathan Lipps
4db29bdf6f
Merge pull request #1237 from mgmanikandan87/patch-6
...
Updated : Java code snippet for Slider
2013-09-30 01:26:49 -07:00
Dan Cuellar
e5a2285c54
Update windows docs
2013-09-29 09:06:29 -07:00
Manikandan M G
27d034e61c
Updated : Java code snippet for Slider
...
Java code snippet for Slider
2013-09-29 05:53:02 +05:30