DamonOehlman / travis-multirunner

A simple configuration for running (limited) multibrowser tests on travis ci
8 stars 14 forks source link

Safari updates #26

Closed aullman closed 7 years ago

aullman commented 7 years ago

Adding a few changes that I needed to get tests working for opentok. https://github.com/aullman/opentok-test-scripts/pull/11

DamonOehlman commented 7 years ago

Sorry for the delay folks, merging this one now.

DamonOehlman commented 7 years ago

@aullman Looks like we are getting a failure on chrome beta, which is probably unrelated, just wondering if you had any ideas though:

+./browsers/bin/chrome-beta --version
./browsers/bin/chrome-beta: symbol lookup error: ./browsers/bin/chrome-beta: undefined symbol: gdk_screen_get_monitor_scale_factor

Unfortunately, I can't take a look right now, but might be able to take a look tonight sometime.

aullman commented 7 years ago

@DamonOehlman ah yes, I think I noticed that start to happen with Chrome Canary and I guess it's now moved to beta.

aullman commented 7 years ago

I filed an issue https://github.com/DamonOehlman/travis-multirunner/issues/27

I'll see if I can find a fix now.