Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xctest-runner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xctest-runner

  • 1.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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=."

Copyright (c) 2014 tokorom. See LICENSE.txt for further details.

FAQs

Package last updated on 21 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc