sauce_whisk
sauce_whisk copied to clipboard
ActiveRecord style client for the Sauce Labs RESTful API
When using alternative data centers, the URLs displayed for links to the job details page might not be correct. We should check.
The key for visibility is `public` not `visibility` so I'm unable to change this value with SauceWhisk.
We have set up our specs based on [this example](https://github.com/saucelabs-sample-test-frameworks/Ruby-RSpec-Capybara/tree/master/spec), yet we run into this error as soon as we have more than a single spec: ``` Failure/Error: SauceWhisk::Jobs.change_status(@driver.browser.session_id, !example.exception)...
This is actually giving a name space collision with what I'm doing in Saucer gem. An alternative to just deleting this is to: ``` unless value && !Bundler.definition.specs.map(&:name).include?('sauce_ruby') value =...
### Description Updates `SauceWhisk.load_first_found` to check for the `Sauce::Config` constant, instead of `Sauce`. This will help prevent against accidental collisions with `Sauce` namespaces not provided by the (deprecated) Sauce gem....
When calling `SauceWhisk::Jobs.fetch job_id` an error occurs in `initialize` of `lib/sauce_whisk/jobs.rb:100`. I dug into it and `nil` was being passed in as the parameters to initialize. This was initiated from...
sauce_whisk > ENV['SAUCE_USERNAME'] ||= 'test_user' > ENV['SAUCE_ACCESS_KEY'] ||= 'test_key' [sauce-java](https://github.com/saucelabs/sauce-java/blob/81d3ff0619c3216726e84d5d573a587c3b6ee095/common/src/main/java/com/saucelabs/common/SauceOnDemandAuthentication.java#L30) > private static final String SAUCE_USER_NAME = "SAUCE_USER_NAME"; > private static final String SAUCE_API_KEY = "SAUCE_API_KEY"; I think Sauce should...
Gemnasium shows sauce_whisk [has a security alert due to rest client](https://gemnasium.com/saucelabs/sauce_whisk) however this has been fixed already. I suspect the gemnasium hook is not setup properly since it's been 15...
I contributed the code for the Asset deletion, however at the time I had named the method asset_delete as opposed delete or rest_delete due to a collision I was seeing....
There seems to be a bug with the sauce_whisk gem against Ruby 3.2.2. When I tried it out it crashes like so... /usr/local/rvm/gems/ruby-3.2.2/gems/sauce_whisk-0.3.2/lib/sauce_whisk.rb:144:in `block in load_options_from_yaml': undefined method `exists?' for...