Skip to content

Commit

Permalink
update readme and template (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 18, 2016
1 parent e4b4426 commit 5e2ed6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ Android tests require running on physical hardware with Android 5.0 (API 21). Th
4. Add release information on GitHub: https://github.com/appium/ruby_lib/releases
- Template
```
1. Enhancements
2. Bug fixes
3. Deprecations
### 1. Enhancements
### 2. Bug fixes
### 3. Deprecations
```

3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
Helper methods for writing cross platform (iOS, Android) tests in Ruby using Appium. Note that user waits should not exceed 120 seconds if they're going to run on Sauce Labs.

Make sure you're using Appium 1.0.0 or newer and Ruby 2.2+ with upgraded rubygems and bundler.
(XCUITest for iOS requires over Appium 1.6.0)

XCUITest for iOS requires `Appium 1.6.0+`. `appium_lib9.1.0+` requires `selenium-webdriver3.0.2+`.(`appium_lib9.0.0` or less requires `selenium-webdriver2.x`)

#### Start appium server

Expand Down

0 comments on commit 5e2ed6a

Please sign in to comment.