You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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