rlr
rlr

Reputation: 330

Running XC UI tests in parallel on device

From Xcode10 onwards we are able to run UI tests in parallel on multiple simulators. However, I could not find a way to run on multiple devices. Is that not possible?

Thanks, R

Upvotes: 2

Views: 773

Answers (1)

Alex
Alex

Reputation: 1245

This is possible, but from command line only. Alternative way - setup bot (Xcode -> Preferences -> Server & Bots). You will find all necessary settings for this.

Upvotes: 2

Related Questions