-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use latest Edge and Safari versions available on Sauce #8052
Comments
Luke says this is just hard-coded and it's easy to update. Let's just update these two (might also require updating the MacOS version). |
I’m going to look into this today.
|
Great, thanks - assigned to you. |
@mattl ping! Saw Edge failing on tests I know we fixed in Edge 15 on a PR today. |
Edge is actually doing pretty well today. https://wpt.fyi -- it takes a while to run, but we got a successful run of 15 last night. |
#8882 and #9338 together have fixed this, kind of. Safari 11.1 was just released, but I don't know how to check if it's available on Sauce. I think the issue to fix now is rather "notice when new versions become available on Sauce and update in a timely manner". @mattl, do you know how to check what the latest available versions are? |
Safari 11.1 is available in beta. 11.2 (Release 49, Safari 11.2, WebKit 13606.1.3.3) is available as Technology Preview. Sauce doesn't have dev/beta builds of Safari at all. |
Is there an API or status page where one can find this information? (When I upgraded Edge I had to guess the exact version string based on what I could find in BrowserStack, since I don't have a Sauce account myself.) |
Here's a more interactive thing, https://wiki.saucelabs.com/display/DOCS/Platform+Configurator?src=sidebar#/ |
We've got rid of Sauce through #9903, so this is now invalid. |
It looks like we're still running against Edge 14 and Safari 10 when Sauce claims to have support for Edge 15 and Safari 11.
Do we have these versions hard-coded?
/cc @lukebjerring @mattl
The text was updated successfully, but these errors were encountered: