meetling
meetling copied to clipboard
Enable Safari in test-ui stage
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"
For status updates see noyainrain/micro#9.