Settings for the browser version in application properties will not be respected by sauce.
This is likely because the W3C compatibility capabilities uses "browserVersion" and "platformName" instead of "version" and "platform"
see https://wiki.saucelabs.com/display/DOCS/W3C+Capabilities+Support
Currently, the platformName vs platform and browserName vs browser still works as expected (requesting mac, chrome, 81 will give mac, chrome, 83)
Expected
Supplied browser version and platform version settings will be used by Sauce
Repro
Set the run-type to sauce
set the browser-type to chrome
Set the browser-version to 81
The test will be run on the latest browser version instead of 81
Bug
Settings for the browser version in application properties will not be respected by sauce. This is likely because the W3C compatibility capabilities uses "browserVersion" and "platformName" instead of "version" and "platform" see https://wiki.saucelabs.com/display/DOCS/W3C+Capabilities+Support
Currently, the platformName vs platform and browserName vs browser still works as expected (requesting mac, chrome, 81 will give mac, chrome, 83)
Expected
Supplied browser version and platform version settings will be used by Sauce
Repro