Commit Graph

5935 Commits

Author SHA1 Message Date
Isaac A. Murchie ad054100d6 Merge pull request #6483 from SrinivasanTarget/master_new
doc tweaks
2016-05-09 11:14:55 -07:00
Srinivasan Sekar e22414b4ce doc tweaks 2016-05-08 19:24:17 +05:30
Isaac A. Murchie 6e5f3a308a Merge pull request #6471 from scottdixon/webkit-debug-fix
ios-webkit-debug-proxy-launcher fix: replace underscore with lodash
2016-05-05 07:36:38 -07:00
Scott Dixon 2ffc5b00bf ios-webkit-debug-proxy-launcher fix: replace underscore with lodash 2016-05-04 19:37:48 -07:00
Jonathan Lipps 3c2c86f0aa Merge pull request #6462 from appium/isaac-comment
Add comment on sync code
2016-05-03 09:20:56 -07:00
Isaac Murchie 350c452901 Add comment on sync code 2016-05-03 08:16:24 -07:00
Isaac A. Murchie 9c1b85ff88 Merge pull request #6455 from usmonster/fix-tests-incorrect-assertion-syntax
Fixes tests' incorrect use of .throw() assertion
2016-05-02 04:51:09 +02:00
Isaac A. Murchie ebcf3da165 Merge pull request #6451 from usmonster/feat-read-desired-caps-from-file
Allows --desired-caps to be passed a filename
2016-05-02 04:50:41 +02:00
Usman Akeju 7966de6703 Fixes tests' incorrect use of .throw() assertion
As pointed out in appium/appium#6451, there are many test cases that do
`should[.not].throw` instead of `should[.not].throw()`, which is
incorrect and will never fail.

This fixes those incorrect uses of the method as well as refactors/fixes
the tests that turned out to be actually failing.
2016-05-01 16:31:59 +02:00
Usman Akeju 734a96be5a Allows --desired-caps to be passed a filename
The --desired-caps flag can now be passed the name of a JSON file as an
argument. This also adds an alias for the flag, `-dc`, and fixes tests.
2016-05-01 14:55:50 +02:00
Jonathan Lipps 00041de3a3 Merge pull request #6449 from appium/isaac-is-stupid
Remove an only-restrictor from tests
2016-04-29 12:04:37 -07:00
bootstraponline b3c1e9c622 Merge pull request #6446 from bootstraponline/jenkins
Add Jenkins instructions to running-on-osx
2016-04-29 13:34:35 -04:00
bootstraponline 1ddeb74939 Add Jenkins instructions to running-on-osx 2016-04-29 13:33:22 -04:00
Isaac Murchie 609ba21b13 Remove an only-restrictor from tests 2016-04-29 18:32:10 +02:00
Isaac A. Murchie 1672203f42 Merge pull request #6445 from appium/isaac-so
Support the sessionOverride flag
2016-04-29 13:34:33 +02:00
Isaac Murchie 406a06a7de Support the sessionOverride flag 2016-04-29 11:02:41 +02:00
Isaac A. Murchie 216264ff16 Merge pull request #6434 from appium/isaac-proxy
Add documentation for Android-only nativeWebScreenshot capability
2016-04-24 13:43:49 -07:00
Isaac Murchie 1eb84376b3 Add documentation for Android-only nativeWebScreenshot capability 2016-04-24 13:30:52 -07:00
bootstraponline fa6d8b7442 Fix authorize-ios path
$ stat node_modules/.bin/authorize-ios.js
stat: node_modules/.bin/authorize-ios.js: stat: No such file or directory
2016-04-22 16:24:40 -04:00
Isaac A. Murchie afd50a2637 Merge pull request #6421 from appium/isaac-1.5.2-release
Add changelog and bump to 1.5.2
2016-04-20 10:43:15 -07:00
Isaac Murchie f6ed186748 Add changelog and bump to 1.5.2 2016-04-20 10:15:48 -07:00
Isaac Murchie 9ab17fdd1b Fix touch action docs 2016-04-18 11:21:39 -07:00
Isaac A. Murchie d4c7e5500c Merge pull request #6413 from appium/isaac-windows
Update docs for windows install
2016-04-15 08:56:49 -07:00
Isaac Murchie 6eb48cf2e3 Update docs for windows install 2016-04-15 08:33:27 -07:00
Isaac A. Murchie 7aee45c1ab Merge pull request #6375 from appium/isaac-dep
Deprecate --command-timeout server arg
2016-04-08 11:11:59 -04:00
Isaac Murchie caa1323bf0 Deprecate --command-timeout server arg 2016-04-06 12:59:26 -07:00
Isaac A. Murchie 566147c20d Merge pull request #6352 from appium/isaac-release
Add comment to release docs
2016-04-04 15:29:31 -07:00
Isaac Murchie 0f65f2b657 Update version to 1.5.1 2016-03-30 07:52:05 -07:00
Isaac Murchie 141948b035 Add comment to release docs 2016-03-29 13:00:35 -07:00
Isaac A. Murchie dc865428e6 Merge pull request #6344 from appium/isaac-changelog
Changelog for 1.5.1
v1.5.1
2016-03-29 11:49:04 -07:00
Isaac Murchie 96ec96f691 Changelog for 1.5.1 2016-03-28 08:54:07 -07:00
Isaac Murchie 43d387d2c4 Add continuation-local-support to deps 2016-03-23 07:51:01 -07:00
Isaac A. Murchie e591602226 Merge pull request #6311 from SrinivasanTarget/chromedocs
Doc tweaks
2016-03-22 11:41:01 -07:00
Srinivasan Sekar f26eef8054 Doc tweaks
Updated path for npm versions

Updated path for npm versions

Updated path for npm versions
2016-03-22 23:20:50 +05:30
Isaac A. Murchie 9efbd7e0a6 Merge pull request #6321 from appium/isaac-logging
Add tests for logging levels
2016-03-22 10:22:21 -07:00
Isaac Murchie c6e020bd45 Add tests for logging levels 2016-03-22 10:06:39 -07:00
Isaac A. Murchie bd70d1f5d9 Merge pull request #6317 from akhillb/lodash_pairs_error
Renaming forgotten pairs to toPairs
2016-03-22 08:13:46 -07:00
Akhil Lb 4d9c01bced Renaming forgotten pairs to toPairs in lib/main.js
Renaming forgotten pairs to toPairs

Removing unneccessary console.log in logDefaultCapabilitiesWarning
2016-03-22 20:23:22 +05:30
Isaac A. Murchie 55c209388d Merge pull request #6316 from appium/isaac-logging
Reverse log levels
2016-03-22 07:45:24 -07:00
Isaac Murchie ebc765795c Reverse log levels 2016-03-21 14:55:27 -07:00
Isaac A. Murchie 0d26da6115 Merge pull request #6295 from SrinivasanTarget/masternew
Winston updates for better logging
2016-03-18 15:29:18 -07:00
Srinivasan Sekar 4829aab0dd Winston updates for better logging
CI Comment fixes

Updated name

dependency update
2016-03-19 00:18:53 +05:30
Isaac A. Murchie c373c1db59 Merge pull request #6296 from SrinivasanTarget/master
Lo-dash library update to improve js performance
2016-03-18 11:40:43 -07:00
Srinivasan Sekar a62c7f5909 Lo-dash library update to improve js performance
Removed migration library

Removed migration library

updated request-promise to support to lo-dash 4.0

Reverted request promise update till we upgrade bluebird

Dont fix caps (will be done in inner drivers)

reverted other lib updates

Removed helpers as it is moved to base driver

Update dependencies and fix node version

Resolved merge conflicts

Updated lodash after merge conflicts
2016-03-19 00:03:15 +05:30
Isaac A. Murchie cbeedb67e0 Merge pull request #6306 from appium/isaac-deps
Update dependencies and fix node version
2016-03-18 10:21:23 -07:00
Isaac Murchie 894a76732d Update dependencies and fix node version 2016-03-18 09:44:26 -07:00
Isaac A. Murchie 51285550ea Merge pull request #6294 from appium/isaac-caps
Dont fix caps (will be done in inner drivers)
2016-03-17 08:01:20 -07:00
Isaac Murchie c2ac161a9e Dont fix caps (will be done in inner drivers) 2016-03-17 07:30:54 -07:00
Isaac A. Murchie ba0fe81f6b Merge pull request #6291 from scottdixon/touch-docs
Clarify moveTo relative coordinates
2016-03-16 07:44:57 -07:00
Scott Dixon ce9a9ef5ca Clarify moveTo relative coordinates 2016-03-15 15:00:27 -07:00