noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

Enable Safari in test-ui stage #75

Open noyainrain opened 7 years ago

noyainrain commented 7 years ago

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 commented 6 years ago

For status updates see noyainrain/micro#9.