Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexdenisov/guard-frank

Guard gem for frank-cucumber
https://github.com/alexdenisov/guard-frank

Last synced: 2 days ago
JSON representation

Guard gem for frank-cucumber

Awesome Lists containing this project

README

        

# Guard::Frank

Guard gem for [Frank-Cucumber](http://www.testingwithfrank.com/).
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](http://www.testingwithfrank.com/installing.html).
Then go to the Xcode settings and setup Derived Data as Relative.

![Xcode locations](https://github.com/AlexDenisov/guard-frank/blob/master/locations.png?raw=true).

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