DamonOehlman / travis-multirunner

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

Getting failures running chrome beta and unstable #27

Closed aullman closed 7 years ago

aullman commented 7 years ago

https://travis-ci.org/DamonOehlman/travis-multirunner/jobs/248615131#L688

+./browsers/bin/chrome-beta --version
./browsers/bin/chrome-beta: symbol lookup error: ./browsers/bin/chrome-beta: undefined symbol: gdk_screen_get_monitor_scale_factor
fippo commented 7 years ago

w00t? looking at adapter that uses dist: trusty

aullman commented 7 years ago

@fippo are you saying dist:trusty works?

I found someone else that had the same issue, https://github.com/GoogleChrome/lighthouse/issues/2544

Their fix was to just use chrome stable instead of Canary from what I can tell :)

aullman commented 7 years ago

Good call @fippo! https://travis-ci.org/aullman/travis-multirunner/jobs/249511438