Skip to content

Commit

Permalink
Update changelog and add tests (#486)
Browse files Browse the repository at this point in the history
* update changelogs

* add tests for sauce_endpoint
  • Loading branch information
KazuCocoa authored Feb 10, 2017
1 parent 5731059 commit 7edcd09
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 7edcd09

Please sign in to comment.