Commit Graph

34 Commits

Author SHA1 Message Date
bootstraponline cff0957f06 Add -U for Android
Fix #375
2013-04-03 17:16:10 -04:00
Jonathan Lipps 62e3e8addf instruments-without-delay pwnz warp drive 2013-04-01 18:19:12 -07:00
Jonathan Lipps b4a7ddd022 add --orientation cli param 2013-03-28 16:28:31 -07:00
Eric Plaster 86f3359c34 Added configurable timeout for device ready state
I found that 5 seconds was too short for our app, and so I made it
configurable with the option:  device-ready-timeout in seconds.
2013-03-27 13:31:14 -05:00
bootstraponline 34fabfaa72 Add wait for activity.
Fix #332
2013-03-26 17:31:10 -04:00
bootstraponline 4193338236 Remove skipInstall
Install is now able to detect if the APK exists on device or not.
This removes the need for a skipInstall flag.

Fix #313
2013-03-23 14:01:52 -04:00
bootstraponline 3349d44bb2 Update help text 2013-03-12 16:55:19 -04:00
bootstraponline 92da9e49e9 --fast-reset
Fix #245
2013-03-12 15:10:04 -04:00
Steven Hazel dbd35d1417 adding --without-delay, to use the awesome instruments-without-delay! 2013-03-11 18:10:35 -07:00
Jonathan Lipps 9bee0b508f Merge pull request #248 from penguinho/master
I believe this fixes #247
2013-03-08 17:04:06 -08:00
Dan Cuellar f0ba098fec Fixing #247 the correct way, this time 2013-03-08 16:58:16 -08:00
Jonathan Lipps fdb4189d07 command-line params for forcing iphone/ipad 2013-03-08 16:50:43 -08:00
Jonathan Lipps e8578ccedf fix misuse of argparse with nargs=1 2013-03-08 10:27:35 -08:00
Dan Cuellar cc141a14f4 I believe this fixed #247 2013-03-07 19:06:37 -08:00
Jonathan Lipps 115a51904d add --safari to parser 2013-03-07 13:35:14 -08:00
Jonathan Lipps bbe3d5c6fc make sure alternative ports get converted to int 2013-03-06 10:06:19 -08:00
Jonathan Lipps 9fcfdaa080 use new server args 2013-03-05 08:50:49 -08:00
Jonathan Lipps a169703efc pre-launching, reset, and skip-install for android 2013-03-04 19:44:04 -08:00
Jonathan Lipps 5c609a5d7b added a doc generator for parser and new docs 2013-03-04 18:12:43 -08:00
Jonathan Lipps 9a7b062902 clean up parser 2013-03-04 17:39:19 -08:00
Jonathan Lipps ef3856878c add app package / activity options to server 2013-02-27 16:04:19 -08:00
Jonathan Lipps 797441f07c make plist resetting a server flag 2013-02-20 16:47:34 -08:00
Adam Christian 72e1c11099 Printing out the actual version number 2013-02-04 19:43:01 -08:00
Sebastian Tiedtke d63227ce54 Added optional webhook for logging. 2013-02-04 17:07:22 -08:00
Jonathan Lipps f479d3ba19 ability to warp time and visit the future 2013-01-30 15:54:44 -08:00
Jonathan Lipps 7494ea3596 allow winston to log to file by starting server with --log
also, can tail log by running 'grunt log'
2013-01-29 15:20:24 -08:00
Jonathan Lipps 2734b7fefe add a pre-launch mode that doesn't listen until sim is running 2013-01-29 10:29:26 -08:00
Jonathan Lipps 54145f4dc3 allow loading of app by path or url from desired capabilities
also a lot of stability improvements and error handling
2013-01-25 09:06:54 -08:00
Sebastian Tiedtke bb1ba0fdbe Fixed udid parser arg. 2013-01-18 15:11:47 -08:00
jeremy avnet b1f5bb4922 have grunt lint use js strict mode and fix up the codebase to pass 2013-01-15 11:43:08 -08:00
Jonathan Lipps 70d585565e remove trace dir by default in appium 2013-01-14 14:14:55 -08:00
Jonathan Lipps 52c178965c send UDID to instruments; it's optional; it's UDID, not UUID 2013-01-14 11:26:52 -08:00
Sebastian Tiedtke 38cc933fa0 Whitespace clean up. 2013-01-13 18:43:20 -08:00
Adam Christian f115b9bf5d Moving the argument parsing out of server.js for clarity 2013-01-11 14:55:20 -08:00