Running WPT in Chrome on Windows with MozillaBuild 4.0.1 installs ChromeDriver every time
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
People
(Reporter: masayuki, Unassigned)
Details
When I run WPT in Chrome on Win11 with MozillaBuild 4.0.1, I'm asked whether it's okay to install ChromeDriver or not when I run ./mach wpt <test-path> --product=chrome every time. This takes a while, and the asking blocks me to leave from my desk when I try to run it for a while.
If it's possible, ChromeDriver should be kept in somewhere, and it's reused until the version is upgraded.
And I'd be happy if there is an option to allow installing ChromeDriver automatically.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•4 years ago
|
||
This is effectively an upstream bug, since we're just reusing that code; https://github.com/web-platform-tests/wpt/issues/29094 seems pretty close (although I think it's also happening on other operating systems, but I haven't checked).
Description
•