Parallel Android Tests

Appium provides a way for users to automate multiple Android sessions on a single machine on single server instance. All it involves is starting Appium server on any available port.

The important capabilities:

Parallel iOS Tests

With Xcode9 Appium supports parallel RealDevice and Simulator testing. Start your Appium Server on any available port.

The important capabilities:

RealDevice

Simulator

Parallel Safari/Webview sessions are not working due to an Apple bug

Refer: https://github.com/appium/appium/issues/9209

Parallel Safari Real device