mirror of
https://github.com/appium/appium.git
synced 2026-04-25 21:08:57 -05:00
Merge pull request #8535 from KazuCocoa/patch-3
add systemPort capability for uiautomator2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user