results-collection
results-collection copied to clipboard
Edge uses EdgeHTML version, other browsers use browser version
Edge seems to use the EdgeHTML version number rather than the Edge version, while all other browsers use the browser version number.
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.