noyainrain / meetling

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

Enable Firefox in test-ui stage #74

Open noyainrain opened 7 years ago

noyainrain commented 7 years ago

Making use of advanced user interactions fails in Firefox with remote error: UnsupportedOperationError: mouseMoveTo. This problem is addressed both for the Selenium Node.js client and the Selenium server and either approach may fix it once implemented / deployed by Sauce Labs.

Travis CI config to enable Firefox:

jobs:
    include:
        - <<: *test-ui
          env: BROWSER=firefox PLATFORM="Windows 10"
noyainrain commented 6 years ago

For status updates see noyainrain/micro#1 .