TestArmada / guacamole

A friendly wrapper for the SauceLabs browser and device API
MIT License
11 stars 6 forks source link

Support "latest-1" (and maybe -2?) browser version #12

Open geekdave opened 8 years ago

geekdave commented 8 years ago

We already have support for the latest version of a browser.

Some folks have been asking for a long time for n-1 or n-x version support and perhaps we can provide it while waiting for SauceLabs to implement it.

Maciek416 commented 8 years ago

Love this idea. This is a cool way to have a sweeping window of tiers without having to maintain any specific versioning at all.

geekdave commented 8 years ago

SauceLabs now supports this natively: http://sauceio.com/index.php/2016/03/new-browser-version-shortcuts

We can also unwind https://github.com/TestArmada/guacamole/pull/7 and just delegate to the native supported version.