Closed
Bug 1275843
Opened 5 years ago
Closed 5 years ago
Release new marionette-driver and marionette-client for get_attribute() changes
Categories
(Testing :: Marionette, defect)
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: whimboo, Assigned: automatedtester)
References
Details
Attachments
(2 files)
We need a new release of both packages to allow people to continue accessing properties. Right now Marionette doesn't work at all for that particular feature anymore.
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(dburns)
Assignee | ||
Comment 1•5 years ago
|
||
Since we have changed the way that get_attribute returns things and we have added get_property it makes sense to have this as a major release. Review commit: https://reviewboard.mozilla.org/r/55792/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/55792/
Attachment #8757269 -
Flags: review?(mjzffr)
Attachment #8757270 -
Flags: review?(mjzffr)
Assignee | ||
Comment 2•5 years ago
|
||
This release has removed emulator support from the harness. Review commit: https://reviewboard.mozilla.org/r/55794/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/55794/
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(dburns)
Reporter | ||
Comment 3•5 years ago
|
||
https://reviewboard.mozilla.org/r/55792/#review52458 ::: testing/marionette/client/marionette_driver/__init__.py:5 (Diff revision 1) > # This Source Code Form is subject to the terms of the Mozilla Public > # License, v. 2.0. If a copy of the MPL was not distributed with this > # file, You can obtain one at http://mozilla.org/MPL/2.0/. > > -__version__ = '1.4.0' > +__version__ = '2.0.0' Don't we have any other harness changes since the last release we also want to get out?
Reporter | ||
Comment 4•5 years ago
|
||
https://reviewboard.mozilla.org/r/55792/#review52458 > Don't we have any other harness changes since the last release we also want to get out? Sorry, was missing the second changeset. But shouldn't a major bump not cause an update of the harness' requirements.txt file?
Assignee | ||
Comment 5•5 years ago
|
||
Comment on attachment 8757270 [details] MozReview Request: Bug 1275843: Bump Marionette harness to v3.0.0 r?maja_zf Review request updated; see interdiff: https://reviewboard.mozilla.org/r/55794/diff/1-2/
Attachment #8757269 -
Flags: review?(mjzffr) → review+
Comment on attachment 8757269 [details] MozReview Request: Bug 1275843: Bump Marionette driver to v2.0.0 r?maja_zf https://reviewboard.mozilla.org/r/55792/#review52484
Attachment #8757270 -
Flags: review?(mjzffr) → review+
Comment on attachment 8757270 [details] MozReview Request: Bug 1275843: Bump Marionette harness to v3.0.0 r?maja_zf https://reviewboard.mozilla.org/r/55794/#review52486
https://hg.mozilla.org/integration/mozilla-inbound/rev/78e21ed06c23 https://hg.mozilla.org/integration/mozilla-inbound/rev/a87537ed6791
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/78e21ed06c23 https://hg.mozilla.org/mozilla-central/rev/a87537ed6791
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dburns
You need to log in
before you can comment on or make changes to this bug.
Description
•