Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

How It Works

robholland edited this page Sep 14, 2010 · 1 revision

iCuke consists of an Objective-C library and some Ruby code.

The Ruby code provides cucumber step definitions and some code to interact with the iPhone Simulator.

iCuke uses rb-appscript to load XCode and load your iPhone application into the simulator, along with an Objective-C library which provides a HTTP interface to the iPhone Simulator’s screen. This lets us get an XML view of what is on the screen and emulate taps/swipes etc.

Clone this wiki locally