Search code examples
ioscontinuous-integrationui-testing

iOS: UI testing + continuous integration?


I'm looking for a UI-testing framework for iOS projects which can be used together with Jenkins. I already found NativeDriver (https://code.google.com/archive/p/nativedriver/) and Frank (https://github.com/moredip/Frank), but no information about the combination with CI.

As I had problems with both of them and did not get them to work perfectly, I'd like to know if it pays out to invest more time. CI is a must for our project, so I would like to know if someone has experience with UI-testing a Xcode project together with CI.


Solution

  • I haven't tried any CI with it, but I know KIF can be integrated with Jenkins using WaxSim and it's pretty good for UI automation.