xctest(1) | General Commands Manual | xctest(1) |
xctest
— run 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
test or
test-without-building
command instead. See xcodebuild(1)
for more details.
-XCTest
test-identifiersMultiple test identifiers may be specified by separating them with a comma.
November 14, 2013 | Xcode |