Commit Graph

3621 Commits

Author SHA1 Message Date
bootstraponline 75faec10e5 Fix EXDEV error when using renameSync to move 2014-03-24 09:42:43 -04:00
Jonathan Lipps db4f29dca3 Merge pull request #2130 from sebv/sudo
fixing sudo grunt authorize
2014-03-24 03:30:53 -07:00
sebv bdfe02d37a better build fix 2014-03-23 16:42:12 +08:00
sebv 1fb38b556a fixing sudo grunt authorize 2014-03-23 16:42:12 +08:00
Jonathan Lipps a5ef609033 Merge pull request #2126 from jlipps/master
more sudo fixes
2014-03-23 01:25:12 -07:00
sebv a33be42761 fixing the build, sorry push wrong branch earlier 2014-03-23 11:37:42 +08:00
sebv cf783c5c82 Revert "Avoiding passing LogNoColors/LogColors everywhere."
This reverts commit bdb63583de.
2014-03-23 11:33:19 +08:00
sebv 8bd5802fee Revert "safer rimraf"
This reverts commit 862ca490e5.
2014-03-23 11:32:26 +08:00
sebv 862ca490e5 safer rimraf 2014-03-22 20:48:33 +08:00
sebv bdb63583de Avoiding passing LogNoColors/LogColors everywhere. 2014-03-22 20:47:31 +08:00
Jonathan Lipps ec1affff76 Merge pull request #2104 from Jonahss/ios_uiautomationLocStrat
Ios uiautomation loc strat
2014-03-21 16:33:21 -07:00
Jonathan Lipps 6d2183cd9f also disallow use of appium if it was even installed with sudo 2014-03-21 16:08:42 -07:00
jonahss ae670caf88 Fixed a bug where requesting an invalid locator strategy on android caused uiautomator to die unexpectedly. Added a test 2014-03-21 15:46:25 -07:00
jonahss 6b0e9708ab add -ios_uiautomation locator strategy 2014-03-21 15:44:09 -07:00
Jonathan Lipps 7b32947e16 changelog and bump to 0.17.6 for publish v0.17.6 2014-03-21 15:22:00 -07:00
Jonathan Lipps f204eb4015 make sure we run node 0.10.x to publish; 0.11.x doesn't work anymore 2014-03-21 15:22:00 -07:00
bootstraponline a36826f397 Merge pull request #2125 from jlipps/master
disallow sudo entirely
2014-03-21 18:02:55 -04:00
Jonathan Lipps f10e919597 make sure appium won't run under sudo. Too many people run into problems with that 2014-03-21 14:55:48 -07:00
Jonathan Lipps 97743318c3 changelog and bump to 0.17.5 for publish v0.17.5 2014-03-21 14:02:07 -07:00
Jonathan Lipps 4ba0e1d890 update selendroid to 0.9.0 2014-03-21 13:52:25 -07:00
Jonathan Lipps bed7cb459d changelog and bump to 0.17.4 for publish v0.17.4 2014-03-21 10:57:22 -07:00
Jonathan Lipps e4efd39e30 update server args doc 2014-03-21 10:30:40 -07:00
Jonathan Lipps b3ecd19ebb make chrome tests skip context check 2014-03-21 10:02:19 -07:00
Jonathan Lipps f21db28338 update wd dep 2014-03-21 10:00:30 -07:00
Jonathan Lipps 45c2bd346c Merge pull request #2117 from paymand/remove_fast_clear
Removed 'fastClear' capability.
2014-03-21 09:37:55 -07:00
Jonathan Lipps 0654ad8a62 Merge pull request #2118 from bootstraponline/leak
Prevent leaking state across executions
2014-03-21 09:35:47 -07:00
bootstraponline fb71904570 Format java according to bootstrap/.settings 2014-03-21 11:14:49 -04:00
bootstraponline 1f06f9244e Merge pull request #2115 from jlipps/master
misc fixes
2014-03-21 11:10:19 -04:00
bootstraponline 17e3fc3edb Prevent leaking state across executions 2014-03-21 11:05:50 -04:00
bootstraponline a259762835 Merge pull request #2116 from paymand/2085
Fixup for #2085. set isElement to false if getElement() throws.
2014-03-21 10:14:54 -04:00
Payman Delshad a9d1e74f63 Removed 'fastClear' capability.
No need for 'fastClear' anymore. Current modes are:
1. fullReset: Reinstall the app.
2. noReset: Don't reinstall, keep app data.
3. fastReset (!fullReset && !noReset): Don't reinstall the app, but clear the app data (pm clear).
2014-03-21 13:02:43 +01:00
Payman Delshad 60dae83db1 Fixup for #2085. set isElement to false if getElement() throws. 2014-03-21 11:30:52 +01:00
sebv 8fc3383e78 more flexible LAUNCH_TIMEOUT in tests 2014-03-21 14:26:27 +08:00
Jonathan Lipps 8beaa32022 if we can't find multiple webviews for clickWebCoords, just use whichever one is there (fix #1940) 2014-03-20 18:37:33 -07:00
Jonathan Lipps fc0e1e21f8 fix window handling in safari, needed to use new context logic
cc @imurchie
2014-03-20 18:13:43 -07:00
Jonathan Lipps 035d2fe8e7 unquarantine toggle tests. they're not too flakey.. maybe 2014-03-20 17:05:09 -07:00
Jonathan Lipps fd24d65ffe make sure caps are sanitized (fix #2103) 2014-03-20 16:58:03 -07:00
Jonathan Lipps 5ddc136a84 make sure we don't error out of pref setting too soon (HT @sebv) 2014-03-20 16:58:03 -07:00
Jonathan Lipps 0f38bd1c58 allow testing of ios71 in test.sh, and pass specific versions 2014-03-20 16:58:03 -07:00
Jonathan Lipps d0456ff938 Merge pull request #2099 from rgonalo/master
Allow to have more than one emulator started
2014-03-20 16:20:05 -07:00
Jonathan Lipps 5437cd5833 update appium submodules 2014-03-20 14:28:15 -07:00
Jonathan Lipps 94943ddb6d Merge pull request #2112 from sebv/uiauto-cleanup
package update + test fixes
2014-03-20 14:24:59 -07:00
sebv eb4407b959 package update + test fixes 2014-03-21 04:46:46 +08:00
Jonathan Lipps ebc89ebe83 Merge pull request #2049 from imurchie/isaac-contexts
Add contexts for switching to webviews
2014-03-20 11:28:02 -07:00
Ruben Gonzalez Alonso b47154f89e Wait for emulator is ready after launching it 2014-03-20 16:39:38 +01:00
Ruben Gonzalez Alonso 872cf19c43 Allow to have more than one emulator started 2014-03-20 16:39:30 +01:00
bootstraponline 4fad22b679 Merge pull request #2109 from paymand/2085
Fix for issue #2085. Use "mobile: reset" in beforeEach().
2014-03-20 09:28:48 -04:00
Payman Delshad 5a9a45d6b0 Fix for issue #2085. Use "mobile: reset" in beforeEach(). 2014-03-20 14:22:55 +01:00
bootstraponline 4bdc53be46 Merge pull request #2106 from jlipps/master
reset fixes
2014-03-20 08:05:04 -04:00
Jonathan Lipps 22912968d8 fix fastReset going undefined between sessions (fix #2087) 2014-03-20 00:01:30 -07:00