-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20c0c4d
commit 3943039
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributing | ||
|
||
- Tests are run against [appium's master branch](https://github.com/appium/appium/blob/master/docs/en/contributing-to-appium/appium-from-source.md) | ||
- The tests are run using the [flaky gem](https://github.com/appium/flaky) on OS X | ||
- The `arc` command can be run from within the `ios_tests` or `android_tests` folder to open an interactive console | ||
|
||
### Run iOS tests | ||
|
||
iOS tests are run on the iOS 8.1 iPhone simulator. | ||
|
||
- `cd ios_tests` | ||
- `flake 3 ios` - Run all the iOS tests up to 3 times | ||
|
||
### Run Android tests | ||
|
||
Android tests require running on physical hardware. The emulator is unreliable. | ||
|
||
- `cd android_tests` | ||
- `flake 3 android` - Run all the Android tests up to 3 times |