johanneswuerbach / ember-cli-sauce

Cross browser testing for your ember-cli app using SauceLabs
MIT License
40 stars 14 forks source link

Allow to set connectVersion via environment #110

Closed makepanic closed 6 years ago

makepanic commented 6 years ago

https://github.com/johanneswuerbach/ember-cli-sauce/blob/master/lib/commands/sauce-connect.js#L23 sets various options for the saucie connect method. With https://github.com/johanneswuerbach/saucie/pull/80 it's also possible to set the connectVersion to that method.

We could expose the connectVersion so an addon consumer could use a newer sauceconnect binary.

Possible environment names: SAUCE_VERSION or others