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

FIx Safari tests in Selenium on Travis CI #281

Open
jasonmunro opened this issue Aug 28, 2018 · 1 comment
Open

FIx Safari tests in Selenium on Travis CI #281

jasonmunro opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels
research learn more about a topic tests test related

Comments

@jasonmunro
Copy link
Member

Safari in Browserstack is a bit temperamental. Most of the issues are resolved, need to figure out the rest and enable in Travis builds

@jasonmunro jasonmunro added the tests test related label Aug 28, 2018
@jasonmunro jasonmunro self-assigned this Aug 28, 2018
@jasonmunro
Copy link
Member Author

I have enabled Safari tests in Travis/Browserstack, but the situation is pretty bleak.

  • Using Browserstack from my local dev environment, 5 tests fail. Same tests every time, which is promising since I can probably code work arounds
  • Using Browserstack from Travis, tons of test fail for various reason. Many fail because I can't get the browser window to maximize from Travis, which works from my local environment. Likely this is due to a version difference between the two environments somewhere (selenium?).
  • For all other browsers, we exit on error if a Selenium test fails, but for now we don't for Safari. This way we still get notified if tests expected to pass fail, but I can keep Safari running in Travis while I work on figuring out solutions.

@jasonmunro jasonmunro added the research learn more about a topic label Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research learn more about a topic tests test related
Projects
None yet
Development

No branches or pull requests

1 participant