GitXplorerGitXplorer
n

quick-cli-runner

public
10 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
be70a96eca70d24c22a4f17e7ee044cb53592348

0.0.2 of Rome does support --project-directory

nneonichu committed 10 years ago
Unverified
115b09647a91204c6c5b8864bf7f515922bd646e

Initial commit

nneonichu committed 10 years ago

README

The README file for this repository.

Quick CLI runner

A quick (get it?) script to run your Quick tests on the commandline. So you can šŸ”„ your Xcode projects.

Installation

You will need Rome and xctester already installed to use this.

$ brew install xctester
$ gem install cocoapods cocoapods-rome

Note: this needs Xcode 6.3

Usage

Build the necessary frameworks when using this for the first time:

$ pod install --no-integrate --project-directory=vendor

Running the tests from the Quick README looks like this:

$ ./quick.sh code/*.swift
QuickSpec

TableOfContentsSpec

āŒ  -[TableOfContentsSpec the__Documentation__directory__has_everything_you_need_to_get_started]
	failed - expected to contain <Organized Tests with Quick Examples and Example Groups>, got <[a]>
	failed - expected to contain <Installing Quick>, got <[a]>
āŒ  -[TableOfContentsSpec the__Documentation__directory__if_it_doesn_t_have_what_you_re_looking_for__needs_to_be_updated]
	failed - expected to eventually be truthy, got <false>

 Executed 2 tests, with 2 failures (2 unexpected) in 1.008 seconds