Xcode bots cucumber iOS

459 views Asked by At

i'm wondering if it possible to use any UI testing framework (cucumber based is preferable like calabash-ios) with XCode bots CI. I'd like to see test results inside bot stats. thanks

3

There are 3 answers

0
Danil On

I end up with XCTest UI Framework. Here is some resource:

https://developer.apple.com/videos/play/wwdc2015-406/

0
Ahmed On

You can actually use Cucumberish: https://github.com/Ahmed-Ali/Cucumberish In combination with the built-in XCUI or third party frameworks like KIF. Give it a try, it gives you the beauty of Cucumber with a native environment.

0
schystz On

I would love to see a working example of cucumber tests running on Xcode bot as well. Another option is to use KIF, here is a detailed tutorial how its done: http://www.imind.eu/mobile/2014/02/19/ios-integration-testing-on-ci/