author | Henrik Skupin <mail@hskupin.info> |
Fri, 05 Aug 2016 11:41:48 +0200 | |
changeset 308669 | b0dd75eb09dc9a8dbf12b8da22679a80b230862e |
parent 308668 | 66de56fb04fba4605d6d1b0ee27f8ed659384f8e |
child 308670 | 40c1b2d67a06bb684e353607556262e2ccc7fa5c |
push id | 80407 |
push user | cbook@mozilla.com |
push date | Tue, 09 Aug 2016 13:48:02 +0000 |
treeherder | mozilla-inbound@99f20b0c58d0 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | automatedtester |
bugs | 1292465 |
milestone | 51.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/media/test/external/requirements.txt +++ b/dom/media/test/external/requirements.txt @@ -12,9 +12,9 @@ moznetwork==0.27 mozprocess==0.23 mozprofile==0.28 mozrunner==6.12 moztest==0.7 mozversion==1.4 wptserve==1.3.0 marionette-client==3.1.0 marionette-driver==2.0.0 -firefox-puppeteer >= 50.0.0, <51.0.0 +firefox-puppeteer >= 51.0.0, <52.0.0
--- a/testing/firefox-ui/harness/requirements.txt +++ b/testing/firefox-ui/harness/requirements.txt @@ -1,5 +1,5 @@ -firefox-puppeteer >= 50.0.0, <51.0.0 +firefox-puppeteer >= 51.0.0, <52.0.0 marionette-client >= 2.3.0 mozfile >= 1.2 mozinfo >= 0.8 mozinstall >= 1.12
--- a/testing/puppeteer/firefox/firefox_puppeteer/__init__.py +++ b/testing/puppeteer/firefox/firefox_puppeteer/__init__.py @@ -4,17 +4,17 @@ import os from marionette_driver.marionette import HTMLElement from decorators import use_class_as_property -__version__ = '50.0.0' +__version__ = '51.0.0' class Puppeteer(object): """The puppeteer class is used to expose libraries to test cases. example: `class MyTestCase(MarionetteTestCase, Puppeteer)`