Parallel testing in appium

Running Android tests in Parallel

To run android test on multiple emulators at the same time, You will need to provide 3 capabilities.
  1. udid - unique device id of the emulator or phone
  2. systemPort - UiAutomator server port
  3. chromeDriverPort - Chrome driver port

Running iOS tests in Parallel

To run iOS test on multiple Simulators at the same time, You will need to provide 2 capabilities.
  1. udid (or both deviceName and platformVersion) - unique device id of the simulator or phone
  2. wdaLocalPort - WDA server port
  3. webkitDebugProxyPort - Safari driver port

Web development and Automation testing

solutions delivered!!