The unit tests runner for xctest.
You can run only a specific test case in the CUI!
Installation
$ gem install xctest-runnerUsage
Simple usage
$ xctest-runnerxctest-runner may be able to find the appropriate Scheme automatically.
If you would like to run a specific test case
$ xctest-runner -test SampleTests/testSampleIf you specify a scheme
$ xctest-runner -scheme YourSchemeIf you specify a project
$ xctest-runner -project Sample.xcodeprojIf you specify a workspace
$ xctest-runner -workspace Sample.xcworkspaceAdvanced Usage
If you would like to use CocoaPods
$ xctest-runner -workspace YourCocoaPods.xcworkspace -scheme YourProjectSchemeIf you would like to use xcpretty
$ xctest-runner 2>&1 | xcpretty -cIf you would like add your build options
$ xctest-runner -suffix "OBJROOT=."License
MIT
Copyright
Copyright (c) 2014 tokorom.