MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Support for Parallel Execution for multiple devices #433

Closed Husseinovich closed 4 years ago

Husseinovich commented 4 years ago

Is there a way in Bluepill to specify more than one type of device, for example"

devices: ["iPhone 11", "iPad Pro"]

If not, then what is the best way to execute same tests for both iPhone and Tablet in parallel without having to run them sequentially?