Set up running tests on real iOS devices

Hello, everyone!
I only started to work with Appium and want to run UI tests on real iOS devices.
The basic conditions are:

  1. I am using Intellij IDEA for storing and running my tests
  2. My stack is : Appium + WebdriverIO + Mocha
  3. App for test is already installed on my physical test iOS devices (so I do not need to have .ipa file)

My question is:
Which settings should be made from my side and from my developers team side to configure running on real devices?

start from -> https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md

1 Like

Thanks! I was able to set up run on iOS devices.