Jonathan Griffin
|
32595346ae
|
Bug 800102 - Make installing gecko on B2G emulator more reliable, r=ahal, DONTBUILD(NPOTB)
|
2012-10-11 12:07:34 -07:00 |
|
David Clarke
|
047c93e64f
|
Bug 797513 - Add geolocation class to Marionette emulator, r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-09 15:50:09 -07:00 |
|
Marshall Culpepper
|
55b9441df8
|
Bug 797154: A new virtualenv frontend for B2G mochitests. r=jgriffin
|
2012-10-03 12:50:07 -05:00 |
|
Jonathan Griffin
|
bc1d385b46
|
Bug 789976 - Add --gecko-path argument to Marionette, r=ahal, DONTBUILD (NPOTB)
|
2012-09-27 13:47:17 -07:00 |
|
Jonathan Griffin
|
fc58561b1a
|
Bug 794692 - Change Marionette's package name to marionette_client, r=mdas, DONTBUILD (NPOTB)
|
2012-09-27 10:42:37 -07:00 |
|
Jonathan Griffin
|
16aaf72b16
|
Bug 792173 - Add TEST-UNEXPECTED-FAIL output to Marionette, r=mdas, DONTBUILD because NPOTB
|
2012-09-20 15:09:57 -07:00 |
|
Jonathan Griffin
|
509b933408
|
Bug 792945 - Remove datazilla from Marionette deps, r=mdas
|
2012-09-20 15:03:50 -07:00 |
|
Jonathan Griffin
|
d9a0348fb5
|
Bug 791346 - Fix Marionette shutdown problems on Windows, r=dburns, DONTBUILD because NPOTB
|
2012-09-20 11:13:42 -07:00 |
|
David Clarke
|
34c826661c
|
Bug 790546 - Add sdcard option to emulator, r=jgriffin, DONTBUILD because NPOTB
|
2012-09-17 18:44:07 -07:00 |
|
Jonathan Griffin
|
cbddb3fe2e
|
Bug 791033 - Allow tests to provide custom pass/fail strings for is/isnot/ok assertions, r=mdas
|
2012-09-14 14:34:38 -07:00 |
|
Jonathan Griffin
|
429d9f164e
|
Bug 790465 - Refactor Marionette testrunner to make it easier to write Gaia tests, r=mdas
|
2012-09-14 15:04:34 -07:00 |
|
Hao Gao
|
a84b8c80c8
|
Bug 787116 - Use self.stream to write Marionette log lines, r=jgriffin, DONTBUILD because NPOTB
|
2012-09-07 10:04:44 -07:00 |
|
Jonathan Griffin
|
a33bebd7b3
|
Bug 788854 - Escape backslash in filenames, r=mdas, DONTBUILD because NPOTB
|
2012-09-05 17:19:15 -07:00 |
|
Jonathan Griffin
|
5e5d8eeda1
|
Bug 756577 - Return an error if unable to load a page during navigate(); r=mdas, DONTBUILD because NPOTB
|
2012-08-21 14:00:44 -07:00 |
|
Jonathan Griffin
|
bf16a0cc44
|
Bug 787520 - Fix test_log.py, a=test-only, DONTBUILD because NPOTB
|
2012-08-31 11:58:18 -07:00 |
|
Jonathan Griffin
|
7b89a942b5
|
Bug 786463 - Add TEST-START and TEST-END to output, r=mdas, DONTBUILD because NPOTB
|
2012-08-29 10:39:11 -07:00 |
|
Jonathan Griffin
|
aecaeb48fd
|
Bug 786094 - Track the current chrome window during a session, r=mdas, DONTBUILD because NPOTB
|
2012-08-28 11:14:30 -07:00 |
|
Jonathan Griffin
|
554b014a2b
|
Bug 786032 - Make search timeouts fail successfully, r=mdas, DONTBUILD because NPOTB
|
2012-08-27 13:50:34 -07:00 |
|
Jonathan Griffin
|
347cc960fa
|
Bug 785273 - Fix MarionetteJS case breakage, a=test-only, DONTBUILD because NPOTB
|
2012-08-27 09:34:23 -07:00 |
|
Jonathan Griffin
|
968d03af25
|
Bug 785273 - Prevent circular references to Marionette instances, r=mdas
|
2012-08-23 17:31:42 -07:00 |
|
Johannes Vogel
|
991a87a528
|
Bug 755856 - make marionette client look for adb in path first, r=mdas
|
2012-08-23 15:46:48 -04:00 |
|
Vicamo Yang
|
14d901a6ff
|
Bug 707659 - Part 2: fix test scripts, r=philikon
|
2012-08-23 01:30:40 +08:00 |
|
Bob Silverberg
|
e242f37172
|
Bug 781920 - Remove getElementValue from HTMLElement in Marionette. r=dburns
|
2012-08-16 17:35:20 -04:00 |
|
Jonathan Griffin
|
99a3e32620
|
Bug 783132 - bump mozprocess dep and add call to processOutput, r=ahal, DONTBUILD because NPOTB
|
2012-08-16 10:59:47 -07:00 |
|
Jonathan Griffin
|
4f5253c35b
|
Bug 783120 - Make datazilla import conditional on options.pref, r=mdas
|
2012-08-16 10:55:25 -07:00 |
|
Ekanan Ketunuti
|
33433c8f39
|
Bug 781932 - Update enabled() to be is_enabled to make Selenium API. r=jgriffin
|
2012-08-15 08:21:41 +07:00 |
|
Sanchit Gangwar
|
943012f622
|
Bug 781935 - Change the function names in /testing/marionette/client/marionette/tests/unit/test_selected.py. r=jgriffin
|
2012-08-13 00:24:42 +05:30 |
|
Jonathan Griffin
|
4b7c539803
|
Bug 777842 - make Marionette Python2.6 compatible, r=dburns
|
2012-08-10 17:04:28 -07:00 |
|
David Burns
|
42dfe91ce7
|
Bug 757069: add the ability to get session data out of the browser; r=jgriffin
|
2012-08-10 11:51:35 -07:00 |
|
David Burns
|
89a26d8081
|
Bug 781050: Change equals() to __eq__() to be more idiomatic for python r=jgriffin
|
2012-08-09 13:01:56 -07:00 |
|
David Burns
|
dda7564daf
|
Bug 738408: Adding the ability to get the page source; r=jgriffin
|
2012-08-09 12:31:12 -07:00 |
|
David Burns
|
128d2d6f45
|
Bug 759477: adding the ability to get the tag name of an Marionette HTMLElement; r=jgriffin
|
2012-08-08 13:21:50 -07:00 |
|
Ryan VanderMeulen
|
0726b1fe02
|
Merge m-c to inbound.
|
2012-08-06 20:26:58 -04:00 |
|
Jonathan Griffin
|
0ef625a962
|
Bug 778912 - Marionette should shutdown Firefox instances it launches, a=test-only, DONTBUILD because NPOTB
|
2012-08-06 15:08:45 -07:00 |
|
David Burns
|
0a381e3609
|
Bug 751637: Added keys helper to Marionette and removing sendKeysToElement atom; r=jgriffin
|
2012-08-05 12:49:42 -07:00 |
|
Siddharth Agarwal
|
594b174331
|
Bug 779701 - Marionette tests aren't properly packaged on Windows. Convert backslashes to forward slashes. r=jgriffin
--HG--
extra : rebase_source : 9fd21f295eb0a92a6f8b16a388d023099dc4247a
|
2012-08-03 04:15:00 +05:30 |
|
Malini Das
|
943f61f43f
|
Bug 778204 - update marionette test harness emulator documentation, r=jgriffin
|
2012-08-01 15:30:27 -04:00 |
|
Malini Das
|
6636eaae3b
|
Bug 779504 - pin datazilla pypi package to version number, r=jgriffin
|
2012-08-01 14:45:07 -04:00 |
|
Jonathan Griffin
|
a5f6e55dac
|
Bug 779012 - Update test timing for slow test, a=test-only, DONTBUILD because NPOTB
|
2012-07-30 18:05:16 -07:00 |
|
David Burns
|
86747606a0
|
Bug 778094: aligning text method on Marionette Elements with Selenium API; r=jgriffin. DONTBUILD because NPOTB
|
2012-07-27 13:50:00 -07:00 |
|
David Burns
|
327744d2fd
|
Bug 777935: add test cleanup to Marionette so that when we move onto the next test module we start with the right amount of windows; r=jgriffin DONTBUILD because NPOTB
|
2012-07-27 13:09:13 -07:00 |
|
Jonathan Griffin
|
5903867e4a
|
Bug 772616 - Add Marionette and Marionette tests to tests.zip, r=ted
|
2012-07-24 16:36:46 -07:00 |
|
Jonathan Griffin
|
153ba9fbb8
|
Bug 775755 - Flag an emulator-specific test with qemu = true, r=mbalaur, DONTBUILD because NPOTB
|
2012-07-20 14:56:20 -07:00 |
|
Marshall Culpepper
|
ccba8594b2
|
Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB
|
2012-07-18 15:16:31 -07:00 |
|
David Burns
|
5e6f4b8272
|
Bug 772995: Implementing close() for closing windows with marionette; r=mdas
|
2012-07-16 16:06:04 -07:00 |
|
David Burns
|
fe68f5e78e
|
Bug 774223: Make get_logs clear the log file when called; r=mdas
|
2012-07-16 06:49:49 -07:00 |
|
David Burns
|
42153c48e2
|
Bug 772835: changing get_window and get_windows to match Selenium; r=jgriffin
|
2012-07-11 12:31:07 -07:00 |
|
Malini Das
|
0647850ec7
|
Bug 771224 - use chrome:// instead of loading remote xul. r=jgriffin
|
2012-07-12 11:01:20 -04:00 |
|
Mihnea Balaur
|
a01719d6c3
|
Bug 773086 - Add --emulatorImg option to Marionette, r=jgriffin, DONTBUILD because NPOTB
|
2012-07-11 17:53:51 -07:00 |
|
David Burns
|
95758a158a
|
Bug 754226: add getting title of content to marionette. r=mdas
|
2012-07-10 13:30:21 -07:00 |
|