DamonOehlman / travis-multirunner

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

Another alternative to shell scripts #12

Closed nathanoehlman closed 8 years ago

nathanoehlman commented 8 years ago

As an alternative to browser-version and browser-sleuth, uses browsers.contralis.info (an API on top of browser-sleuth) to provide a nice, curlable, standardized interface for accessing browser version information, without the hassle of trying to deal with all the conditions in bash.

Does have the downside of relying on browsers.contralis.info now however, though it's a pretty lightweight service so it's no skin off my nose running it. Plus, with a little bit of work, I figure it can track all browser version histories and provide easy links to all of them - which might be useful.

Thoughts @DamonOehlman? No problems if you decide to keep with the pure "do everything in bash" approach though. I'm just looking for something so I can get my tests passing on Firefox again :)

DamonOehlman commented 8 years ago

@nathanoehlman I think this looks like a good step forward actually. I'll do a major version bump on travis-multirunner though so people can opt-in to the upgrade though :)

DamonOehlman commented 8 years ago

Published 3.0.0 - should be right to go :)

nathanoehlman commented 8 years ago

Awesome - cheers :)

KaptenJansson commented 8 years ago

Works like a charm! Thanks a lot. @fippo FYI