Skip to content
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

Enable Safari in test-ui stage #75

Open
noyainrain opened this issue Aug 25, 2017 · 1 comment
Open

Enable Safari in test-ui stage #75

noyainrain opened this issue Aug 25, 2017 · 1 comment

Comments

@noyainrain
Copy link
Owner

Running the UI tests against Safari fails with a QuotaExceededError, due to localStorage wongly being disabled in a WebDriver session. This should be fixed in Safari 10.1, which is not yet available on Sauce Labs.

Travis CI config to enable Safari:

jobs:
    include:
        - <<: *test-ui
          env: BROWSER=safari PLATFORM="macOS 10.12"
@noyainrain
Copy link
Owner Author

For status updates see noyainrain/micro#9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant