Closed
Bug 1499890
Opened 6 years ago
Closed 4 years ago
Use marionette to load Addons for Android mochitests
Categories
(Firefox for Android Graveyard :: Testing, enhancement, P3)
Firefox for Android Graveyard
Testing
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: gbrown, Unassigned)
References
Details
Current Android mochitests use a different method (push to device profile, side-load) for installing addons (like special-powers) than that used for desktop mochitests (marionette).
We should be able to simplify/consolidate code if marionette is used everywhere.
The Android method is inherently racy -- see https://bugzilla.mozilla.org/show_bug.cgi?id=1494657#c31 and https://bugzilla.mozilla.org/show_bug.cgi?id=1451484#c29.
Are there similar issues for Android reftests?
Can we use marionette in geckoview apps like TestRunnerActivity?
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
(In reply to Geoff Brown [:gbrown] from comment #0)
> Can we use marionette in geckoview apps like TestRunnerActivity?
Not currently, but we are trying to get that working -- bug 1496773.
Chris Peterson recently asserted that Fenix will not be marionette-capable. So we should probably maintain the existing non-marionette support for the foreseeable future, but use marionette wherever we can.
Reporter | ||
Comment 2•6 years ago
|
||
There's a similar issue for robocop -- it would be nice to include robocop in any solution here (it should be natural and easy, since robocop uses the mochitest framework).
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•