No commit activity in last 3 years
No release in over 3 years
Guard::Calabash-iOS automatically run your calabash features for iOS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 1.1.0
 Project Readme

Guard::CalabashiOS

Guard gem for Calabash-ios.
Guard::CalabashiOS automatically run your cucumber features for iOS.

Installation

$ gem install guard-calabash-ios

Usage

Add support of the calabash to your project as described.
Then go to the Xcode settings and setup Derived Data as Relative.

Xcode locations.

When you're done, run following commands from project directory

$ guard init calabash-ios
$ guard

Guard options

all_on_start - run all specs at first start, by default true
device - iphone or ipad, by default :iphone
project - project name, if not set, then gem will try to find it by *.xcodeproject expression
sdk - ios4, ios5, by default :ios5
target - calabash target, by default $project-cal
config - Debug/Release, by default Debug
no_launch - don't automaticaly launch simulator, by default false. *Note: This is a new feature from version 0.9.48*
reset_between_scenarios - reset app data between scenarios, by default false