Skip to content

Commit 5e2ed6a

Browse files
authored
update readme and template (#418)
1 parent e4b4426 commit 5e2ed6a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

contributing.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ Android tests require running on physical hardware with Android 5.0 (API 21). Th
3535
4. Add release information on GitHub: https://github.com/appium/ruby_lib/releases
3636
- Template
3737
```
38-
1. Enhancements
39-
2. Bug fixes
40-
3. Deprecations
38+
### 1. Enhancements
39+
40+
### 2. Bug fixes
41+
42+
### 3. Deprecations
4143
```
44+

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
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.
1818

1919
Make sure you're using Appium 1.0.0 or newer and Ruby 2.2+ with upgraded rubygems and bundler.
20-
(XCUITest for iOS requires over Appium 1.6.0)
20+
21+
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`)
2122

2223
#### Start appium server
2324

0 commit comments

Comments
 (0)