Skip to content

Commit 3943039

Browse files
Create contributing.md
1 parent 20c0c4d commit 3943039

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contributing.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
- Tests are run against [appium's master branch](https://github.com/appium/appium/blob/master/docs/en/contributing-to-appium/appium-from-source.md)
4+
- The tests are run using the [flaky gem](https://github.com/appium/flaky) on OS X
5+
- The `arc` command can be run from within the `ios_tests` or `android_tests` folder to open an interactive console
6+
7+
### Run iOS tests
8+
9+
iOS tests are run on the iOS 8.1 iPhone simulator.
10+
11+
- `cd ios_tests`
12+
- `flake 3 ios` - Run all the iOS tests up to 3 times
13+
14+
### Run Android tests
15+
16+
Android tests require running on physical hardware. The emulator is unreliable.
17+
18+
- `cd android_tests`
19+
- `flake 3 android` - Run all the Android tests up to 3 times

0 commit comments

Comments
 (0)