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

Test in Safari and Edge #125

Open
appsforartists opened this issue Dec 20, 2016 · 0 comments
Open

Test in Safari and Edge #125

appsforartists opened this issue Dec 20, 2016 · 0 comments
Labels

Comments

@appsforartists
Copy link
Member

Travis supports Mac and Linux. Linux is easier to set up, so that's what we currently have; however, there are more browsers available for Mac. Travis doesn't appear to currently support Windows.

Most of what we're writing in Material Motion is pure logic - all the parts that care about a particular DOM implementation should live in streams-dom. It would be reasonable to test the logic once and only have cross-browser testing for streams-dom. Still, I'd rather have robots worry about maintaining cross-browser support than us; hence, we should probably run the whole test suite in at least:

  • Chrome
  • Safari
  • Firefox
  • Edge

Since we can't get Edge on Travis alone, we may want to consider using BrowserStack or SauceLabs for cross-browser testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants