0.0
No commit activity in last 3 years
No release in over 3 years
Guard::Frank automatically run frank-cucumber 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

 Project Readme

Guard::Frank

Guard gem for Frank-Cucumber.
Guard::Frank automatically run your frank-cucumber features for iOS.

Installation

$ gem install guard-frank

Usage

Add support of the frank-cucumber 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_path/Frank directory

$ guard init frank
$ guard

Note that Frank needs to know which target of project you want to test.
So after initilizing frank you need modify Guardfile, if neccessary.

Guard options

all_on_start - run all specs at first start, by default true
project - project name, if not set, then gem will try to find it by *.xcodeproject expression
target - calabash target, by default $project-cal
config - Debug/Release, by default Debug