Commit Graph

665 Commits

Author SHA1 Message Date
Dave Hunt
fdb2e033b5 Bug 1081025 - Fix test failure debug gathering. r=zcampbell 2014-10-10 01:51:00 -04:00
Wes Kocher
904b7682ba Merge b2g-inbound to m-c a=merge CLOSED TREE 2014-10-09 16:37:20 -07:00
George Duan
160fd9dbe4 Bug 1079130 - Modify AppWindowManager to appWindowManager in Gecko. r=jgriffin 2014-10-08 00:57:00 +02:00
David Burns
85ae50dc56 Bug 1022862: remove WebApi tests from Marionette unit tests manifests: r=jgriffin 2014-10-06 21:57:25 +01:00
Dave Hunt
a26254c106 Bug 1073021 - Add base image version to HTML report. r=mdas 2014-10-02 03:17:00 +02:00
Dave Hunt
54b1a763e0 Bug 883294 - Add ability to take full viewport screenshots. r=mdas 2014-09-30 14:42:00 -04:00
Ryan VanderMeulen
a282fde627 Bug 1025040 - Disable test_single_finger_desktop.py on Windows for frequent failures. 2014-10-02 13:43:59 -04:00
Edgar Chen
6a182aca18 Bug 1007062 - Fix SpecialPower API doesn't work on Marionette test-container. r=mdas,jmaher 2014-09-28 22:43:32 +08:00
Ryan VanderMeulen
829455b06a Bug 1022862 - Revert test ordering changes because it apparently made Mnw perma-fail. 2014-09-29 14:56:57 -04:00
Malini Das
46dc07d29f Bug 1072650 - Fix giant wall of logcat output when connection times out, r=dburns 2014-09-25 12:27:29 -04:00
Malini Das
d6706a7f2d Bug 1072503 - Remove unnecessary </dialog> tag from test_nested_iframe.xul. r=dburns 2014-09-24 12:13:00 -04:00
Ryan VanderMeulen
b7dae97a82 No bug - Clean up webapi test manifest. 2014-09-23 08:32:06 -04:00
David Burns
143785aab4 Bug 1069572: Add maximise_window() to Marionette to allow maximising the browser window; r=jgriffin 2014-09-19 10:39:28 +01:00
David Burns
63efbbbdbb Bug 947490: Move Marionette sendKeys code to it's own file and delete dead code; r=jgriffin 2014-09-19 00:52:40 +01:00
David Burns
7cfc5ee0d7 Bug 1064421: Clean up setWindowSize tests and add support for Fennec; r=jgriffin 2014-09-19 00:26:54 +01:00
David Burns
5e2572b94b Bug 1022862: Create a manifest just for marionette web-api tests; r=jgriffin DONTBUILD 2014-09-16 00:39:25 +01:00
David Burns
00045d782d Bug 755475: Allow the getting and setting of the currently browser window position from Marionette; r=jgriffin 2014-09-15 10:48:56 +01:00
Malini Das
a13b5b4dbc Bug 1058158 - run b2g marionette tests in test container, r=jgriffin 2014-08-28 17:34:50 -04:00
Phil Ringnalda
8d6e5e9e78 Backed out changeset c72a49a66333 (bug 1058158) for Mn bustage
CLOSED TREE
2014-09-09 21:13:40 -07:00
Malini Das
450ecabc9a Bug 1058158 - run b2g marionette tests in test container, r=jgriffin 2014-08-28 17:34:50 -04:00
Rob Wood
f3923b6fad Bug 1045103 - add Marionette support for setWindowSize; r=jgrffin 2014-09-08 06:05:49 -07:00
David Burns
b139a9667f Bug 977893: getCurrentUrl in marionette should return the url for the top level document; r=jgriffin 2014-03-18 23:36:51 +00:00
Julien Pagès
c8ffd23ef5 Bug 1047101 - Provide a way to do data-driven tests with Marionette test runner. r=jgriffin 2014-08-30 09:55:00 -04:00
Dave Hunt
0caca9ea2e Bug 1061514 - Bump marionette_client version to 0.8.4. r=zcampbell 2014-09-02 04:01:00 +02:00
Kyle Machulis
c6d8869864 Bug 846200 - Fix permission granting in reporting.py module; r=davehunt
--HG--
extra : rebase_source : 4e7139439d9a55c5f7817908f93cced32a175ef9
2014-08-29 00:40:08 -07:00
Dave Hunt
9da2ed43b0 Bug 1059248 - Accept a test name when checking for crashes in DeviceRunner. r=ahalberstadt 2014-08-27 09:49:00 -04:00
Bebe
120355fba8 Bug 1054948 - UnicodeDecodeError: 'ascii' codec can't decode byte 0xd8 in position 52852: ordinal not in range(128). r=mdas 2014-08-28 00:22:00 -04:00
Bebe
bfb077f614 Bug 1036957 - Remove --type's default value from Marionette runner. r=mdas 2014-08-28 01:20:00 -04:00
Ryan VanderMeulen
aa61f50d35 Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2014-08-25 13:07:41 -04:00
Dimi Lee
78e839427d Bug 1051725 - Add a test case for wifi hotspot enable API. r=hchang 2014-08-22 18:14:11 +08:00
Chris Manchester
04d82b6904 Bug 1055679 - Remove marionette's ad hoc log formatter now that it's no longer needed.;r=jgraham 2014-08-24 16:45:01 -04:00
Chris Manchester
fbb2b94435 Bug 1056977 - Bump version of marionette and dependencies on moztest and mozlog.;r=davehunt 2014-08-24 16:45:00 -04:00
Julien Pagès
0dc16b6949 Bug 1040395 - Remove obsolete file that create virtualenv for marionette. r=jgriffin
--HG--
extra : rebase_source : 8491c3381f6b761b57f2430b5a87c0a1286a8a36
2014-08-20 06:09:00 -04:00
David Burns
00f6d540d4 Bug 1055088: Update Marionette HtmlElement documentation for is_enabled; r=jgriffin 2014-08-19 00:07:56 +01:00
Julien Pagès
38421e75d7 Bug 820154 - Implement todo() in marionette-simpletest. r=jgriffin 2014-08-13 07:19:00 -04:00
Wes Kocher
c091848b83 Merge m-c to inbound 2014-08-11 16:19:27 -07:00
Dave Hunt
eeff02ba2d Bug 1044136 - Change default logging level in marionette test runner to info. r=cmanchester 2014-08-08 10:02:00 -04:00
Dave Hunt
894383512d Bug 1049717 - Expose suite start and end times in the BaseMarionetteTestRunner. r=mdas 2014-08-07 10:00:00 -04:00
Dave Hunt
33a09a41f8 Bug 1051741 - Bump marionette_client version to 0.8.2. r=mdas 2014-08-11 02:48:00 -04:00
Wes Kocher
9d6d4afc15 Merge m-c to inbound on a CLOSED TREE 2014-08-08 14:15:34 -07:00
Dave Hunt
1e25480e8d Bug 1048987 - Remove autolog references from Marionette test runner. r=mdas 2014-08-07 05:52:00 -04:00
Chris Manchester
0e5f24603c Bug 1050511 - Log skipped tests in a marionette run only after logging suite_start.;r=jgraham 2014-08-08 12:02:39 +01:00
Malini Das
d025cccaec Bug 1038864 - Marionette find element fails on social chat component. r=automatedtester 2014-07-28 14:49:00 +02:00
Andreas Tolfsen
11f00b9a28 Bug 1044004 - Provide API documentation for Marionette.delete_session. r=dhunt 2014-07-25 09:03:00 +02:00
David Burns
76a407d0f8 Bug 1036498: Add deprecation warnings to HTMLElement#size and HTMLElement#location in Marionette; r=jgriffin 2014-07-17 16:01:36 +01:00
Malini Das
c06f4bbcc9 Bug 1030442 - Be able to set and clear prefs at gecko startup, r=jgriffin 2014-07-22 17:27:25 -04:00
Andrew Halberstadt
8d56fdf7d2 Bug 1040789 - Bump mozrunner and marionette-client for bug 1036926, r=davehunt 2014-07-22 15:37:34 -04:00
Jonathan Griffin
24180c8803 Bug 1033822 - Remove unused browser-chrome code from Marionette, r=mdas 2014-07-21 14:35:15 -07:00
Chris Manchester
b80ea72a7e Bug 1040056 - Increment version of moztest required by marionette to include structured logging modification.;r=mdas 2014-07-21 11:29:22 -07:00
Andrew Halberstadt
51033836f0 Bug 1036926 - Add ability to specify local_port in emulator.setup_port_forwarding(), r=wlach 2014-07-18 10:32:13 -04:00