DamonOehlman / travis-multirunner

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

Deprecate in favor of @puppeteer/browsers? #60

Open fippo opened 1 year ago

fippo commented 1 year ago

I just read https://developer.chrome.com/blog/chrome-for-testing/ and it seems that Puppeteers @puppeteer/browsers supports mostly the same functionality that travis-multirunner does apart from Safari.

I don't think the Safari download was ever useful so lets deprecate this? Going to try porting (and testing the new chrome for testing!) in adapter soon.

fippo commented 1 year ago

https://github.com/webrtcHacks/adapter/pull/1133 -- Chrome support is pretty good. Still trying to find out about Firefox, it might be that browser-sleuth is better ;-)