You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.
unboxed edited this page Sep 14, 2010
·
9 revisions
iCuke
iCuke makes it easy to do integration testing of iPhone applications with cucumber.
To use it, install the gem, add a require to a cucumber support file:
require 'icuke/cucumber'
Then start writing steps…
Background:
Given "iCuke" from "app/iCuke/iCuke.xcodeproj" is loaded in the simulator
Scenario: Press buttons and see stuff
Then I should see "iCuke"
When I tap "About"
Then I should see "About"
When I tap "Done"
Then I should see "iCuke"