Hello, everyone!
I only started to work with Appium and want to run UI tests on real iOS devices.
The basic conditions are:
- I am using Intellij IDEA for storing and running my tests
- My stack is : Appium + WebdriverIO + Mocha
- 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?