Commit Graph

867 Commits

Author SHA1 Message Date
David Burns
c3b1b38b4d 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
894c25aabf 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
0a7b4cde20 Bug 1061514 - Bump marionette_client version to 0.8.4. r=zcampbell 2014-09-02 04:01:00 +02:00
Kyle Machulis
cc0ca9ee56 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
2e85a5e487 Bug 1059248 - Accept a test name when checking for crashes in DeviceRunner. r=ahalberstadt 2014-08-27 09:49:00 -04:00
Bebe
e2a22232a4 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
a6aa6cecf2 Bug 1036957 - Remove --type's default value from Marionette runner. r=mdas 2014-08-28 01:20:00 -04:00
Ryan VanderMeulen
1fb03239fc Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2014-08-25 13:07:41 -04:00
Dimi Lee
b5480001c9 Bug 1051725 - Add a test case for wifi hotspot enable API. r=hchang 2014-08-22 18:14:11 +08:00
Chris Manchester
ccaee62d2d 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
234156fd37 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
6ad11c977d 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
ea9adfa2ea Bug 1055088: Update Marionette HtmlElement documentation for is_enabled; r=jgriffin 2014-08-19 00:07:56 +01:00
Julien Pagès
79304efc32 Bug 820154 - Implement todo() in marionette-simpletest. r=jgriffin 2014-08-13 07:19:00 -04:00
Wes Kocher
63a5782589 Merge m-c to inbound 2014-08-11 16:19:27 -07:00
Dave Hunt
aa22399cd7 Bug 1044136 - Change default logging level in marionette test runner to info. r=cmanchester 2014-08-08 10:02:00 -04:00
Sylvestre Ledru
ac9d156829 Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
--HG--
extra : rebase_source : 29019a02711ffce5c148787517051855259b6446
2014-08-09 15:37:29 +02:00
David Burns
b86f96375a Bug 1018904: Check we can remove a tab before trying to remove it in Marionette; r=mdas 2014-08-08 21:32:20 +01:00
Dave Hunt
ee71e99f16 Bug 1049717 - Expose suite start and end times in the BaseMarionetteTestRunner. r=mdas 2014-08-07 10:00:00 -04:00
Dave Hunt
7d3647edf0 Bug 1051741 - Bump marionette_client version to 0.8.2. r=mdas 2014-08-11 02:48:00 -04:00
Wes Kocher
ea2ca055ae Merge m-c to inbound on a CLOSED TREE 2014-08-08 14:15:34 -07:00
Dave Hunt
df86c35a64 Bug 1048987 - Remove autolog references from Marionette test runner. r=mdas 2014-08-07 05:52:00 -04:00
Malini Das
acf000fc8b Bug 1048833 - Prevent unnecessary SpecialPowers loading. r=dburns 2014-08-06 08:33:00 -04:00
Chris Manchester
cfb4cb5bd8 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
dee908c600 Bug 1038864 - Marionette find element fails on social chat component. r=automatedtester 2014-07-28 14:49:00 +02:00
Jonathan Griffin
203c18b70f Bug 1043723 - Make Marionette work with Mulet+Gaia, r=dburns 2014-07-25 14:11:28 -07:00
Andreas Tolfsen
a0fcdb4dc1 Bug 1044004 - Provide API documentation for Marionette.delete_session. r=dhunt 2014-07-25 09:03:00 +02:00
David Burns
0ac71e9ff4 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
c6fabdd44c Bug 1030442 - Be able to set and clear prefs at gecko startup, r=jgriffin 2014-07-22 17:27:25 -04:00
Andrew Halberstadt
4679ba0ab3 Bug 1040789 - Bump mozrunner and marionette-client for bug 1036926, r=davehunt 2014-07-22 15:37:34 -04:00
Jonathan Griffin
abe1606126 Bug 1033822 - Remove unused browser-chrome code from Marionette, r=mdas 2014-07-21 14:35:15 -07:00
Chris Manchester
8a783ceda2 Bug 1040056 - Increment version of moztest required by marionette to include structured logging modification.;r=mdas 2014-07-21 11:29:22 -07:00
Bobby Holley
221e294af0 Bug 930091 - Clone marionette args into the sandbox rather than using a COW. r=mdas
The current setup causes the arguments object (which is modified from the
sandbox) to be a COW, which causes problems with our new restrictions on
COWs. According to jgriffin, these are should be JSON-serializable, so
the clone should be fine.
2014-07-20 15:36:31 -06:00
Andrew Halberstadt
cd43fa61ae Bug 1036926 - Add ability to specify local_port in emulator.setup_port_forwarding(), r=wlach 2014-07-18 10:32:13 -04:00
Ahmed Kachkach
68c23f6dff Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger 2014-07-17 09:02:00 +02:00
Bobby Holley
7239458847 Bug 1038844 - Flip the scary automation pref for crashtests and marionette. r=jgriffin 2014-07-17 21:34:48 -07:00
Chris Manchester
ccdfb4555d Bug 1036869 - Make mach accept structured logging command line arguments for marionette.;r=jgraham 2014-07-17 21:28:45 -04:00
Dave Hunt
d2c5ea5656 Bug 1034044 - Remove dependency on Marionette session from get_device_manager. r=jgriffin 2014-07-15 12:12:00 +02:00
William Lachance
b365277ac3 Bug 1036453 - "Typo in marionette docs". r=mdas 2014-07-09 08:47:00 +02:00
Chris Manchester
2f9c833e29 Bug 1037318 - Log a test_start and test_end message for skipped tests in marionette.;r=jgraham 2014-07-16 19:07:21 -04:00
David Burns
8d69fe5527 Bug 1036365: Implement element.rect to marionette for getting element size and location; r=mdas 2014-07-16 20:58:37 +01:00
Malini Das
cb67fc5adf Bug 1036930 - Remove marionette/scripts/runemu.py, r=dburns 2014-07-16 11:44:40 -04:00
Ryan VanderMeulen
5b3bcd473a Backed out changeset 3b96e18dd924 (bug 1030442) for Windows Marionette failures. 2014-07-15 12:23:47 -04:00
Malini Das
569cdd6fd6 Bug 1030442 - Be able to set and clear prefs at gecko startup, r=jgriffin 2014-07-15 11:21:58 -04:00
Carsten "Tomcat" Book
f0569c8ad2 Backed out changeset cf85693280c7 (bug 886570) frequent mochitest-3 errors on windows 2014-07-11 14:15:29 +02:00
Ahmed Kachkach
c4872d76ea Bug 886570 - Initial integration of structured logs in mochitest. r=ahal,Ms2ger 2014-07-10 13:33:00 +02:00
Vicamo Yang
2bf74b839c Backed out changeset 506038ddee2c (bug 1000040) for causing bug 1035172 2014-07-10 13:27:49 +08:00
Luv Agarwal
d367464dda Bug 997770 - Allow users to explicitly input the connection timeout. Also the version of marionette_transport is updated from 0.2 to 0.3. r=mdas 2014-07-04 23:33:00 +02:00
Chris Manchester
bd0758dd52 Bug 956739 - Move marionette tests to structured logging.;r=mdas 2014-01-16 14:58:56 +00:00
John Shih
e86c00dca8 Bug 1000040 - Part 3: Test cases. r=vchang, f=vyang 2014-06-12 16:07:23 +08:00