Merge pull request #8535 from KazuCocoa/patch-3

add systemPort capability for uiautomator2
This commit is contained in:
Jonathan Lipps
2017-05-26 10:39:45 -07:00
committed by GitHub
+2
View File
@@ -22,6 +22,8 @@ As long as your Appium and Appium bootstrap ports are between 0 and 65536, all t
If you are using chromedriver or selendroid, set a different port for each server.
If you are using [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver), set a different system port for each Appium instanceset with `systemPort` capability since sometimes there can be a port conflict if different ports aren't used, such as in [this issue](https://github.com/appium/appium/issues/7745).
### Parallel iOS Tests
Unfortunately, running local parallel iOS tests isn't currently possible. Unlike Android, only one version of the iOS simulator can be launched at a time, making it run multiple tests at once.