-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Sauce browsers #1216
Sauce browsers #1216
Conversation
Yeah, I think adding the minified versions would be good. It could be possible that there's a minification issue that only happens in code that IE8 touches. Wanted to also note here that there's some issue with iPad tests that we should figure out. Two slightly different errors: Also there's a handful of exceptions that happen mid-testing. Any idea what's happening here?
|
Yeah, thats weird. Not sure what's the cause. Probably good to ping [email protected] about that. |
Yeah, that'd probably help. Want to do that? |
Have you had a chance to ping sauce on this? |
I hadn't. |
Same question here. Pull in now or wait? |
Probably pull in now. Probably a while before I get to the new stuff. |
Ok, will do. |
This should enable running tests on a bunch of browsers on saucelabs. It'll run the tests in browsers in sequence rather than in parallel.
Do we want to add the
minified
andminified_api
tests to this as well, @heff?