mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
85c346289b
This allows running web-platform-tests on Fennec given a running emulator. (Which is how we expect the tests to run in automation as well -- the android_emulator_unittest mozharness script takes care of emulator start-up.) It also hooks up ./mach wpt. wptrunner sets up a profile for Fennec, forwards the marionette port and starts up Fennec, etc. = Usage = Set your mozconfig to build fennec. Start an emulator: `./mach android-emulator --version x86` Install fennec: `./mach build && ./mach package && ./mach install` Run the tests: ``` ./mach wpt --product=fennec --testtype=testharness --certutil-binary path/to/host/os/certutil path/to/some/tests ``` Differential Revision: https://phabricator.services.mozilla.com/D1587
26 lines
362 B
INI
26 lines
362 B
INI
[products]
|
|
firefox =
|
|
fennec =
|
|
chrome =
|
|
edge =
|
|
servo =
|
|
|
|
[web-platform-tests]
|
|
remote_url = https://github.com/w3c/web-platform-tests.git
|
|
branch = master
|
|
sync_path = sync
|
|
|
|
[paths]
|
|
prefs = ../profiles
|
|
run_info = .
|
|
|
|
[manifest:upstream]
|
|
tests = tests
|
|
metadata = meta
|
|
url_base = /
|
|
|
|
[manifest:mozilla]
|
|
tests = mozilla/tests
|
|
metadata = mozilla/meta
|
|
url_base = /_mozilla/
|