Commit Graph

2943 Commits

Author SHA1 Message Date
Jonathan Lipps 7d4dbda6a2 fix at least one case of ios sims not being killed
cc @penguinho
2013-11-26 11:34:04 -08:00
Jonathan Lipps a9da500c26 fail with a nice error message if xcrun can't find instruments (fix #1538) 2013-11-26 11:31:40 -08:00
bootstraponline 6b5ef95908 Merge pull request #1537 from curtissiemens/master
Fix 4-inch 64-bit device string building (was missing dash in 64 inch).
2013-11-25 13:21:52 -08:00
Curtis Siemens 6f62a6e9b2 Fix 4-inch 64-bit device string building (was missing dash in 64 inch). 2013-11-25 13:19:56 -08:00
Dan Cuellar 9edc4679fe Making default iOS version a string in the capabilities object 2013-11-25 09:12:00 -08:00
Jonathan Lipps 088fd18d9b Merge pull request #1527 from penguinho/ios_version
Returning iOS Version number in capabilities
2013-11-25 08:56:49 -08:00
Jonathan Lipps 340c4515f4 fix changelog 2013-11-25 08:49:05 -08:00
Dan Cuellar 1129ba8409 Returning iOS Version number in capabilities
Fixes #1332
2013-11-23 14:08:17 -08:00
Dan Cuellar 60ea4c3952 Merge pull request #1504 from penguinho/locale_fix
Fix Locale Settings for iOS > 7.0.0
2013-11-23 13:25:29 -08:00
Dan Cuellar 67a172ba8d Fix Locale Settings for iOS > 7.0.0 2013-11-23 13:20:59 -08:00
Jonathan Lipps a9d2180787 changelog and bump to 0.12.0 for publish v0.12.0 2013-11-21 17:25:34 -08:00
Jonathan Lipps a88313aa31 fix screen unlocking test 2013-11-21 17:24:26 -08:00
Jonathan Lipps 0556a73b05 fix orientation test 2013-11-21 17:22:38 -08:00
Jonathan Lipps 41e9a6ed2e Merge pull request #1524 from bootstraponline/master
Fix onAlert
2013-11-21 17:12:27 -08:00
bootstraponline 1bfa59f11f Fix onAlert 2013-11-21 20:03:49 -05:00
Jonathan Lipps a1305c7d35 Merge pull request #1522 from jlipps/master
ensure ios flicks don't return control too soon (fix#742)
2013-11-21 14:27:40 -08:00
Jonathan Lipps 4a322ba347 ensure ios flicks don't return control too soon (fix#742) 2013-11-21 14:18:35 -08:00
Jonathan Lipps 84eff8b2ab Merge pull request #1521 from jlipps/master
keep track of 'dumpsys window' logs for research (fix #1401)
2013-11-21 13:47:11 -08:00
Jonathan Lipps 0dd0b95d1c keep track of 'dumpsys window' logs for research (fix #1401) 2013-11-21 13:44:46 -08:00
bootstraponline fbf7fd3d49 Merge pull request #1520 from jlipps/master
allow alternative type of clear through fastClear: false cap
2013-11-21 13:35:29 -08:00
Jonathan Lipps e207483a25 allow alternative type of clear through fastClear: false cap
fix #1514
2013-11-21 13:33:13 -08:00
Jonathan Lipps 580cc2fc24 Merge pull request #1519 from jlipps/master
kill uiautomator before running test (fix #1517)
2013-11-21 11:49:31 -08:00
Jonathan Lipps 0f4ea5609a kill uiautomator before running test (fix #1517) 2013-11-21 11:05:56 -08:00
Jonathan Lipps 96caa1c4ba Merge pull request #1518 from jlipps/master
enable setLocation on selendroid (fix #1511)
2013-11-21 10:24:32 -08:00
Jonathan Lipps bd9639fa09 enable setLocation on selendroid (fix #1511) 2013-11-21 10:17:03 -08:00
Jonathan Lipps 55040418b6 Merge pull request #1515 from prolificcoder/master
fixing 1483
2013-11-20 14:27:39 -08:00
Satyajit Malugu 1a4e8bbfc8 fixing 1483 2013-11-20 14:03:46 -08:00
Jonathan Lipps b20ae3f29e Merge pull request #1513 from jlipps/master
ideviceinstaller tweaks
2013-11-20 10:51:17 -08:00
Jonathan Lipps efe804bafa try built-in ideviceinstaller if we don't have one 2013-11-20 10:14:09 -08:00
Jonathan Lipps 9bea66b714 fail better when ideviceinstaller is not present 2013-11-20 10:00:32 -08:00
bootstraponline c7e8e20b31 Merge pull request #1509 from jlipps/master
misc updates
2013-11-19 15:54:45 -08:00
Jonathan Lipps 72232e9638 make sure we have some time to get logs 2013-11-19 15:11:21 -08:00
Jonathan Lipps dc2fb9dfdc accept pop-up windows by default 2013-11-19 15:11:21 -08:00
Jonathan Lipps fc89e7f92d update dependencies 2013-11-19 15:11:21 -08:00
Jonathan Lipps 8c9a1b2ed5 Merge pull request #1508 from bootstraponline/master
Update style guide with undefined note
2013-11-19 13:54:28 -08:00
bootstraponline a96de44228 Update style guide with undefined note 2013-11-19 16:51:08 -05:00
Jonathan Lipps 5cee259000 Merge pull request #1507 from jlipps/master
add pass/fail status reporting to sauce node examples
2013-11-19 12:55:28 -08:00
Jonathan Lipps ef3d1c80ac fix weird javascript error 2013-11-19 12:15:33 -08:00
Jonathan Lipps 5f1713d57b add pass/fail status reporting to sauce node examples 2013-11-19 12:15:32 -08:00
Dan Cuellar 692a262e8e Merge pull request #1486 from penguinho/device
Select your iOS Simulator Device
2013-11-19 08:37:44 -08:00
Jonathan Lipps a103227566 Merge pull request #1495 from bootstraponline/fix_null_crash
Avoid crashing when device is null
2013-11-18 17:36:37 -08:00
bootstraponline 2a88f14b44 Check for start err 2013-11-18 19:36:47 -05:00
Jonathan Lipps 5fdec3f92b Merge pull request #1497 from jlipps/master
misc fixes
2013-11-18 15:00:26 -08:00
Dan Cuellar 94f4e3eb69 select your iOS Simulator Device 2013-11-18 14:46:11 -08:00
Jonathan Lipps e0a874e295 Merge pull request #1498 from rossrowe/master
Updated Sauce Java samples to use Sauce Java helper libraries, which sets the pass/fail status after the test has been run
2013-11-18 14:15:17 -08:00
Ross Rowe 2fe7ea7b09 Updated Sauce Java samples to use Sauce Java helper libraries, which sets the pass/fail status after the test has been run 2013-11-19 07:15:34 +11:00
Jonathan Lipps 16c45f446d allow periods in xpath nodes (fix #881) 2013-11-18 11:48:54 -08:00
Jonathan Lipps 674d199af2 actually have this test prove that the session ended 2013-11-18 11:48:54 -08:00
bootstraponline c1611ace1e Merge pull request #1494 from testerhome/master
add chinese docs and a ruby xunit testcase sample for android
2013-11-18 10:28:11 -08:00
bootstraponline d6bca766f7 Merge pull request #1496 from jlipps/master
force-stop app before starting it (fix #1142)
2013-11-18 10:20:23 -08:00