Hi,
I am currently trying to integrate our gauntlet tests with Appium as suggested in [Fully Automating iOS Automation Tests using Gauntlet on [Content removed] I am having trouble getting a basic example working and was hoping for some guidance/an example.
What I have currently done:
- Install Node/Appium binaries
- Download the source code for latest release of appium off github
- Open xcodeproject, build with my certificate the Runner project
- Take the built .app, put it in my unreal folder, update gauntlet code to have a Appium Container Config json that points to this
When I start the gauntlet test, I can see that Appium installs and our app installs, then it opens the Appium app which just closes immediately.
Then it just sits there for a really long time before failing saying it couldn’t start Appium.
I am hoping you can guide me if I am either putting the wrong .app in (happy to use a prebuilt binary just a bit confused how to sign this manually) or if I’m making another problem in steps above?
Thanks