results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

Edge uses EdgeHTML version, other browsers use browser version

Open gsnedders opened this issue 7 years ago • 1 comments
trafficstars

Edge seems to use the EdgeHTML version number rather than the Edge version, while all other browsers use the browser version number.

gsnedders avatar Aug 28 '18 17:08 gsnedders

Since the WPT CLI interacts with Edge through Sauce Labs, it isn't capable of inferring the browser version automatically. This project explicitly specifies the browser version for each result set immediately prior to upload, so there's no technical reason we couldn't set it to something different.

Unfortunately, Sauce Labs expects this version number. In order to publish something different on wpt.fyi, we would need to extend the configuration to support two different "browser versions" (maybe browser_version and sauce_browser_version) and carefully weave them into the existing code.

jugglinmike avatar Sep 25 '18 02:09 jugglinmike