DamonOehlman / travis-multirunner

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

firefox esr is still 52? #46

Closed fippo closed 6 years ago

fippo commented 6 years ago

that is what https://browser-version-api.herokuapp.com/linux/firefox/esr says

https://download.mozilla.org/?product=firefox-esr-latest&os=linux&lang=en-US gives me 60.2.0 which (thankfully) no longer requires ancient pre-marionette geckodriver

DamonOehlman commented 6 years ago

@nathanoehlman made the source for that available @

https://github.com/nathanoehlman/browser-version-api

Can probably get some details as to what is going on there...

fippo commented 6 years ago

that gives me the correct version (60) -- and now https://browser-version-api.herokuapp.com/linux/firefox/esr does too. Once you ask for it, it starts working? :-)