xctest(1) General Commands Manual xctest(1)

xctestrun tests in an XCTest test bundle

xctest [-XCTest test-identifiers] bundle-path

xctest runs the tests found in the bundle given at bundle-path.

This tool is intended for running test bundles which are not embedded within an application's "PlugIns" directory, which includes most UI test bundles. To run those test bundles, use xcodebuild with the or command instead. See xcodebuild(1) for more details.

test-identifiers
This flag specifies an optional list of test identifiers to run. Each test identifier should include a test class name such as , and may include a specific test method within that class separated by a forward slash, such as .

Multiple test identifiers may be specified by separating them with a comma.

bundle-path
Path to the bundle that contains the tests.

xcodebuild(1), xcodebuild.xctestrun(5)

November 14, 2013 Xcode