meetling icon indicating copy to clipboard operation
meetling copied to clipboard

Enable Safari in test-ui stage

Open noyainrain opened this issue 8 years ago • 1 comments

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 avatar Aug 25 '17 10:08 noyainrain

For status updates see noyainrain/micro#9.

noyainrain avatar Dec 12 '17 15:12 noyainrain