sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

Allow for users to add values to the capabilities whitelist #237

Closed DylanLacey closed 9 years ago

DylanLacey commented 10 years ago

Desired capabilities are generated from a whitelist in lib/sauce/config.rb. It should be possible for users to add arbitrary capabilities to that list, for cases where Sauce has added a cap but it's not been added to the Gem yet.

QuantumGeordie commented 10 years ago

this would be awesome. any thoughts or plans on this?

DylanLacey commented 10 years ago

Yup yup, this was added in https://github.com/saucelabs/sauce_ruby/pull/262; It'll be released very soon.