ready yet :( • It is a Ruby gem, though! • gem install calabash-cucumber • calabash-ios setup (adds Xcode target) • calabash-ios gen (adds features dir) Monday, May 6, 13
“Then I touch the ‘login’ button” • Entering text: “Then I enter ‘text’ into input field number 1” • Waiting: “Then I wait for the ‘login’ button to appear” • Back button: “Then I go back” • Swipes: “Then I swipe left” • Pinch: “Then I pinch to zoom in on ‘myLabel’ ” • Scrolling: “Then I scroll down” • Rotation: “Then I rotate device left” Monday, May 6, 13