DamonOehlman / travis-multirunner

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

use browsersleuth instead of browsers.contralis.info #41

Closed fippo closed 1 year ago

fippo commented 6 years ago

less moving parts wrt #34

fippo commented 6 years ago

thoughts on this? i'm trying to cut cut down CI job run time and at 10s total runtime an extra http request becomes a low hanging fruit :-)

DamonOehlman commented 6 years ago

I think it's worth exploring, however, it won't get you away from having HTTP requests as part of the build process as browser-sleuth queries the firefox and chrome endpoints to determine version anyway.

I think Nathan's original intention when implementing his API was to provide a one endpoint to "rule them all".

IMO, it's 6 in one hand and half a dozen in the other (assuming the browser version api remains up). I'll create an issue on Nathan's browser version api project for us to discuss uptime, and I think if we don't find ourselves with a good solution, then maybe dropping back to using browser sleuth directly might be the right way to go.

fippo commented 1 year ago

see newer approach ;-)