Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and add tests #486

Merged
merged 3 commits into from Feb 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@ Commit based release not is [release_notes.md](./release_notes.md)

Release tags are https://github.com/appium/ruby_lib/releases .

## v9.3.2
### 1. Enhancements
- allow SAUCE_ENDPOINT env var to override sauce server url/path [#485](https://github.com/appium/ruby_lib/pull/485)
- Read [readme](https://github.com/appium/ruby_lib/blob/89c7c89be058153d119d517eab22ccc318d33649/readme.md#sauce-labs-env-vars)'s `SAUCE_ENDPOINT` section.

### 2. Bug fixes

### 3. Deprecations

## v9.3.1
### 1. Enhancements
- Clarify disabling Sauce Labs. [#471](https://github.com/appium/ruby_lib/pull/471)
Expand Down
1 change: 1 addition & 0 deletions android_tests/lib/android/specs/driver.rb
Expand Up @@ -69,6 +69,7 @@ def sauce?
default_wait: 1,
sauce_username: nil,
sauce_access_key: nil,
sauce_endpoint: 'ondemand.saucelabs.com:443/wd/hub',
port: 4723,
device: :android,
debug: true,
Expand Down
1 change: 1 addition & 0 deletions ios_tests/appium.txt
Expand Up @@ -9,6 +9,7 @@ some_capability = "some_capability"
[appium_lib]
sauce_username = ""
sauce_access_key = ""
sauce_endpoint = ""
wait = 30
wait_timeout = 20
wait_interval = 1
1 change: 1 addition & 0 deletions ios_tests/lib/ios/specs/driver.rb
Expand Up @@ -66,6 +66,7 @@ def sauce?
default_wait: 30,
sauce_username: nil,
sauce_access_key: nil,
sauce_endpoint: 'ondemand.saucelabs.com:443/wd/hub',
port: 4723,
device: :ios,
debug: true,
Expand Down