0.01
No commit activity in last 3 years
No release in over 3 years
The unit tests runner for xctest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

xctest-runner Gem Version build

The unit tests runner for xctest.
You can run only a specific test case in the CUI!

Installation

$ gem install xctest-runner

Usage

Simple usage

$ xctest-runner

xctest-runner may be able to find the appropriate Scheme automatically.

If you would like to run a specific test case

$ xctest-runner -test SampleTests/testSample

If you specify a scheme

$ xctest-runner -scheme YourScheme

If you specify a project

$ xctest-runner -project Sample.xcodeproj

If you specify a workspace

$ xctest-runner -workspace Sample.xcworkspace

Advanced Usage

If you would like to use CocoaPods

$ xctest-runner -workspace YourCocoaPods.xcworkspace -scheme YourProjectScheme

If you would like to use xcpretty

$ xctest-runner 2>&1 | xcpretty -c

If you would like add your build options

$ xctest-runner -suffix "OBJROOT=."

License

MIT

Copyright

Copyright (c) 2014 tokorom.