Skip to content

tuist xcodebuild test-without-building

tuist xcodebuild test-without-building extends the xcodebuild CLI test action with insights.

Arguments#

skip-quarantine Optional#

When passed, the quarantine feature is disabled and tests run regardless of whether they are quarantined on the server.

bash
tuist xcodebuild test-without-building --skip-quarantine

passthrough-xcodebuild-arguments Optional#

Arguments that will be passed through to the xcodebuild CLI. All arguments are forwarded to xcodebuild. Example: tuist xcodebuild test-without-building -scheme MyAppTests -destination 'platform=iOS Simulator,name=iPhone 15' -testConfiguration Debug

bash
tuist xcodebuild test-without-building [passthrough-xcodebuild-arguments]

shard-index Optional#

The zero-based shard index to execute.

bash
tuist xcodebuild test-without-building --shard-index [shard-index]