Commit Graph

155 Commits

Author SHA1 Message Date
Jonathan Lipps c9fc9c8d4e remove need for things other than safari.js to know about SafariLauncher 2014-03-03 16:41:46 -08:00
sebv 2db67fb872 Extracted appium-uiauto package 2014-03-02 16:07:57 +08:00
sebv 0f0d14d783 package update 2014-02-28 22:17:31 +08:00
sebv 221ca385e5 Converted code to use npm appium-instruments package 2014-02-28 11:22:34 +08:00
Jonathan Lipps 6fbc552f4c changelog and bump to 0.16.0 for publish 2014-02-25 19:32:43 -08:00
Jonathan Lipps 5a52db6fe5 update gappium and fix gappium app paths 2014-02-21 14:39:48 -08:00
sebv aee717a6e9 moved hardcoded atoms to appium-atoms 2014-02-17 15:14:12 +08:00
sebv 0b192ff3fd using atoms from appium-atoms npm package 2014-02-17 10:51:16 +08:00
Isaac Murchie 896ef10d38 Fix test for accents 2014-02-14 14:15:13 -08:00
Jonathan Lipps a7b47d73a2 changelog and bump to 0.15.0 for publish 2014-02-06 12:55:00 -08:00
sebv 714e24c789 Test reformatting, step2. 2014-01-30 16:55:47 +08:00
Jonathan Lipps 113e796b85 changelog and bump to 0.14.2 for publish 2014-01-21 12:00:38 -08:00
Jonathan Lipps fe716b300f changelog and bump to 0.14.1 for publish 2014-01-21 10:57:01 -08:00
Jonathan Lipps 99155c6321 changelog and bump to 0.14.0 for publish 2014-01-17 14:06:22 -08:00
sebv 6695dfe5fb Refactored tests to use wd promise-chain api 2014-01-14 04:31:19 +08:00
sebv 8cc864e98b adding dev packages 2014-01-02 13:18:41 +08:00
sebv 0fc75bdbe6 dev package update 2014-01-02 11:36:40 +08:00
Jonathan Lipps 20c368f296 changelog and bump to 0.13.0 for publish 2013-12-19 16:18:24 -08:00
rockbot 005f9ac1ac changes md5 module for more efficient md5hashing 2013-12-18 17:13:14 -08:00
Jonathan Lipps c8abd030c0 changelog and bump to 0.12.3 for publish 2013-12-10 14:42:39 -08:00
Jonathan Lipps ec68643ebb don't try to outsmart npm, I guess. 0.12.2 2013-12-05 09:57:11 -08:00
Jonathan Lipps d87d86687e try to republish for npm 2013-12-04 19:58:38 -08:00
Jonathan Lipps 0ab38e3891 changelog and bump to 0.12.1 for publish 2013-12-04 13:59:01 -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
Jonathan Lipps a9d2180787 changelog and bump to 0.12.0 for publish 2013-11-21 17:25:34 -08:00
Jonathan Lipps fc89e7f92d update dependencies 2013-11-19 15:11:21 -08:00
bootstraponline 338c54664f Merge pull request #1467 from paymand/log_no_colors
Make sure there's no color in the console output when --log-no-colors is used.
2013-11-14 13:18:48 -08:00
Payman Delshad 0c85864f43 Make sure there's no color in the console output when --log-no-colors is used. 2013-11-13 20:26:18 +01:00
Jonathan Lipps b04decd191 changelog and bump to 0.11.4 for publish 2013-11-12 12:48:24 -08:00
Jonathan Lipps 4a0cb4cc9e changelog and bump to 0.11.3 for publish 2013-11-06 11:44:52 -08:00
eComRobotics Team caf7d789e9 Support for iOS logs for devices and simulators
Fix after comments by @jlipps

Fix require section
2013-11-05 03:16:44 +04:00
Jonathan Lipps e802105a7b changelog and bump to 0.11.2 for publish 2013-10-29 14:41:16 -07:00
Jonathan Lipps 8a1d43497c changelog and bump to 0.11.1 for publish 2013-10-29 12:33:07 -07:00
Jonathan Lipps 8bf8db3dc6 changelog and bump for publish 0.11.0 2013-10-23 11:27:19 -07:00
Jonathan Lipps 3373f2ec46 upgrade npm packages 2013-10-17 10:30:12 -07:00
Jonathan Lipps 651f4ff13a move instruments-client into bin/ and rename helpfully 2013-10-17 10:30:12 -07:00
Jonathan Lipps af930d11a9 move appium bin into bin/ 2013-10-17 10:30:11 -07:00
Jonathan Lipps 30b9ee4047 move authorize-ios into bin 2013-10-17 10:30:11 -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 0f9ecc0e4b upgrade linter and ignore un-linted files rather than specifying linted files 2013-10-17 10:30:08 -07:00
Jonathan Lipps a8797e06e6 changelog and bump version for publish 0.10.4 2013-10-15 15:22:36 -07:00
Jonathan Lipps 63bd9f7556 changelog and bump for publish 0.10.3 2013-10-14 09:51:51 -07:00
Jonathan Lipps 3b103c81a9 changelog and bump to 0.10.2 for publish 2013-10-11 16:00:53 -07:00
bootstraponline 5965ef39fd Android mobile :reset now uses adb uninstall/pm install
The old clean.apk approach to resetting state doesn't work well. Using
instrumentation means the app is running when the data is deleted. It's better
to use the standard adb install/uninstall commands.

To make this faster, the apk is pushed to the device once (/data/local/tmp/) and
then installed from that location on each reset. Using the regular adb install
command is slow due to the file transfer speed.

Before uninstalling the app, it's stopped to prevent crashes. Some apps don't
like to be uninstalled while running.
2013-10-09 15:21:21 -04:00
Jonathan Lipps d0827d6b25 bump version and changelog for 0.10.1 2013-09-27 17:33:27 +01:00
Jonathan Lipps 7a258149db changelog and bump version to 0.10.0 for publish 2013-09-27 10:56:19 +01:00
Jonathan Lipps bdbe933d1a changelog and bump for publish 0.9.1 2013-09-16 19:07:18 +02:00
Jonathan Lipps 37f4a95f7b update yiewd example again 2013-09-15 11:18:36 +02:00
Jonathan Lipps d82449e0d2 update yiewd example with new yiewd syntax 2013-09-15 11:18:35 +02:00