-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
run tests in the browser using e.g. zuul #123
Comments
We'll need to create subaccounts in Sauce Labs for this. Currently It's a bit painful that each (sub)account has to have a unique email address. We can create additional gmails and forward them. Or perhaps it's time to have proper Our Sauce Labs account structure will be something like:
@ralphtheninja ping me when you get around to this, I'll help. |
@ralphtheninja It turns out that you can have only 1 subaccount, and it isn't public. Not all that useful. So we'll need separate Sauce Labs accounts for each repo. We can however reuse our gmail address, with aliases. E.g. for the memdown account we'll use |
WIP in the Line 54 in f99150e
Which was necessary for TypeScript tests. We can remove that now, and revert to |
Everything else is passing. Chrome, firefox, edge, iphone and android. |
Awesome! |
Usage of IE9 is 0.12% though. IE9 does not have IndexedDB, so Shall we officially drop IE9? |
That still leaves IE10, which also doesn't support |
I wouldn't mind dropping it.
We can just drop |
Probably. Another reason for adding browser tests across the board :) |
Found usage of |
Added |
I meant dependencies as well, which should also be a problem right? |
Could be, most likely in devDependencies. We'll find out soon enough. |
see #93 (similar setup to what
memdown
does)The text was updated successfully, but these errors were encountered: