DamonOehlman / travis-multirunner

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

chromedriver only works with latest versions #48

Closed fippo closed 1 year ago

fippo commented 4 years ago

see https://github.com/giggio/node-chromedriver/issues/237 https://github.com/giggio/node-chromedriver#versioning actually describes the right thing to do but it means a different process since one can no longer just depend on having chromedriver as a dependency in package.json but most now pull it (which we currently don't but maybe we should?) with an explicit version

fippo commented 4 years ago

49 should allow getting that fixed

giggio commented 4 years ago

Please see comments on https://github.com/giggio/node-chromedriver/issues/237 as we have added more options regarding versions.

fippo commented 1 year ago

--disable-build-check solves this