Open
Bug 1865635
Opened 2 years ago
Updated 1 year ago
Need a way to get the gecko version for a geckoview-test-runner package
Categories
(GeckoView :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: jgraham, Unassigned)
Details
For running web-platform-tests on android upstream we need to provide a browser version (e.g. wpt.fyi expects this field to be present). The most obvious way to do this would be to use mozversion.get_version
with the apk path. This seems to be supported for fennec, and all it's doing is looking inside the package for application.ini
and platform.ini
files.
Given this already works for fennec, it seems like it should be possible to package the same file (or a variation) for geckoview-test_runner.
Updated•1 year ago
|
Component: GeckoViewExample → General
You need to log in
before you can comment on or make changes to this bug.
Description
•