Payman Delshad
9f62caef33
Updated express's response method calls.
2015-02-26 23:20:56 +01:00
Payman Delshad
b0a0e3d58e
Use morgan(format, options) function signature.
2015-02-26 23:20:55 +01:00
Payman Delshad
5a7602df7e
Updated all deps to their latest versions.
2015-02-26 23:20:55 +01:00
sebv
a133d53a3f
keeps processing tap results on error.
2015-02-27 01:32:19 +08:00
sebv
f0d82e9017
moving argv to top to avoid warnings
2015-02-27 01:03:45 +08:00
Eric Millin
de5501b63a
Merge pull request #4387 from jlipps/appium-support-system
...
use appium-support package for system detection
2015-02-24 16:37:52 -05:00
Eric Millin
90a39903d9
Merge pull request #4576 from paymand/node-idevice_0.1.4
...
Updated to node-idevice to v0.1.4.
2015-02-24 05:41:35 -05:00
sebv
c0cd12054f
ci fix
2015-02-24 04:53:10 +08:00
sebv
ee5e28e774
ci fix
2015-02-24 03:28:59 +08:00
sebv
36cdb6d92b
keeps symlink in archiver
2015-02-23 23:50:05 +08:00
sebv
df285180ec
readds node_modules to archiver
2015-02-23 23:21:23 +08:00
sebv
f9f412a661
disabling shelljs in jshint
2015-02-23 20:06:47 +08:00
sebv
a832a225dc
standalone tools fix
2015-02-23 18:31:53 +08:00
sebv
2a670d45e3
adds gulp standalone task to download build bz2
2015-02-23 17:27:34 +08:00
sebv
82a370dc87
adds Android api 18 to new ci
2015-02-23 12:27:22 +08:00
Payman Delshad
69ad5f18ef
Updated to node-idevice to v0.1.4.
2015-02-21 02:32:01 +01:00
Eric Millin
8f64a0f8b4
Merge pull request #4575 from appium/v1.3.5-branch
...
V1.3.5 branch
2015-02-20 18:30:37 -05:00
Eric Millin
a124a15677
clarified garbled changelog text
v1.3.5
2015-02-10 14:57:11 -05:00
Eric Millin
634d19b90c
fixed changelog
2015-02-10 13:53:15 -05:00
Eric Millin
8ca0ac398e
Updated changelog
2015-02-10 13:45:18 -05:00
Eric Millin
52935cdb01
Removed beta qualifier from version string
2015-02-10 13:42:27 -05:00
Payman Delshad
14aeb2f75a
Fix for a typo that broke 'touchMove' gesture.
2015-02-09 13:39:20 -05:00
Eric Millin
1ce9db7052
Removed redundant ReflectionUtils instantiation
2015-02-09 11:57:21 -05:00
sebv
e44a41b03c
testing jenkins build trigger
2015-02-09 09:44:38 +08:00
seb vincent
2e9508fddb
switches to CloudBees build status
2015-02-09 09:36:15 +08:00
sebv
b0c8b983dc
adds prepare-tap tool
2015-02-09 02:11:23 +08:00
sebv
8a193f3310
upgraded spawn-mocha-parallel
2015-02-09 00:48:24 +08:00
sebv
ae2cb78a80
adds uncolor package dependency
2015-02-09 00:29:03 +08:00
sebv
b227cfbeca
configurable mocha reporter
2015-02-08 23:37:54 +08:00
Jonathan Lipps
c6bd7f7177
Merge pull request #4493 from bayandin/patch-1
...
Replace hardcoded selendroid version to variable
2015-02-06 20:00:04 -03:00
sebv
60954ca7cf
adding lint to default gulp task
2015-02-06 23:51:52 +08:00
sebv
fb33d0d2ce
Moving linting and unit tests to gulp, they can still be called via grunt
2015-02-06 23:28:28 +08:00
Payman Delshad
c2a879d27b
Merge pull request #4505 from paymand/touchMove_typo
...
Fix for a typo that broke 'touchMove' gesture.
2015-02-06 15:23:31 +01:00
Payman Delshad
d09c0cb5df
Fix for a typo that broke 'touchMove' gesture.
2015-02-06 15:21:38 +01:00
Alexander Bayandin
fc8ce37f83
Replace hardcoded selendroid version to variable
...
Fix this issue:
{code}
$ ./reset.sh --selendroid-quick
---- Resetting / Initializing Appium ----
RESETTING NPM
* Installing new or updated NPM modules (including devDeps)
RESETTING GENERAL
* Setting git revision data
RESETTING SELENDROID (QUICK)
* Downloading metatata
* Selendroid version is 0.14.0
* Downloading selendroid server
java.io.FileNotFoundException: selendroid-standalone-0.12.0-with-dependencies.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:121)
at sun.tools.jar.Main.list(Main.java:1060)
at sun.tools.jar.Main.run(Main.java:291)
at sun.tools.jar.Main.main(Main.java:1233)
---- FAILURE: reset.sh exited with status 1 ----
---- Retry with --verbose to see errors ----
{code}
2015-02-05 09:00:36 +03:00
Eric Millin
da57ce3168
Fix clear cache for find elements
2015-02-04 12:13:06 +01:00
Eric Millin
8b90c7ef7e
Updated changelog and package.json.
2015-02-02 21:38:14 +01:00
Eric Millin
2b8872c596
Merge pull request #4453 from sebv/sebv-webview-title
...
Fix for the Safari Startup Crashes
2015-02-02 21:19:25 +01:00
Jonathan Lipps
4d22ea297b
chromedriver 2.14 requires sigint to exit, sigterm doesn't kill it
2015-02-02 11:11:32 -08:00
Jonathan Lipps
a7010e6e46
ensure we drop into the right continuation cb when selecting hybrid context in ios ( fix #4408 )
2015-02-02 09:33:58 -08:00
Jonathan Lipps
e52db59714
Merge pull request #4466 from bayandin/patch-1
...
Update chromedriver to 2.14
2015-02-02 09:33:32 -08:00
Alexander Bayandin
831f246125
Update chromedriver to 2.14
2015-02-01 10:55:26 +03:00
sebv
cd034196b5
lower timeout for iOS8
2015-01-29 04:40:11 +08:00
sebv
85b3f1fc12
Adding ios-webkit-debug-proxy-launcher error case
2015-01-29 04:40:11 +08:00
sebv
2d473c1f0c
fixing case
2015-01-29 04:40:11 +08:00
sebv
f0f88a6719
Looking up title to determine initial webview
2015-01-29 04:40:11 +08:00
Jonathan Lipps
ed530cf462
Merge pull request #4431 from 0x1mason/build_break_fix
...
Fixed missing ref in Find.java #4425
2015-01-22 13:59:01 -08:00
Eric Millin
4b4635c520
Fixed missing ref in Find.java
2015-01-22 16:19:56 -05:00
baba
20f565a2f2
jscs deprecation fix
2015-01-22 13:34:12 +08:00
Eric Millin
7690e60602
Merge pull request #4252 from testobject/retry_dump_ui_hierarchy
...
retry dump hierarchy if dump.xml wasn't created
2015-01-21 15:22:11 -05:00