[wpt-sync] Sync PR 18221 - [wpt] Smarter discovery of Chrome binaries
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18221 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18221
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
[wpt] Smarter discovery of Chrome binaries
Previously, the default binary path for Chrome was hard-coded regardless
of the channel, making it cumbersome to test non-stable channels (in
addition to--channel
, users had to specify--binary
). With this
change,./wpt run
tries to find the channel-specific binary in lieu of
the--binary
argument:
- On Linux, find google-chrome-{stable,beta,unstable} in PATH.
- On Mac, find "Google Chrome{, Canary}.app".
(Compatible with the official Linux and macOS packages)
This change does not affect existing CI setups, because we always
specify--binary
on CI.Also update the doc to reflect the change.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
bugherder |
Description
•