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.
tuistxcodebuildtest-without-building--skip-quarantinepassthrough-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
tuistxcodebuildtest-without-building[passthrough-xcodebuild-arguments]shard-index Optional#
The zero-based shard index to execute.
tuistxcodebuildtest-without-building--shard-index[shard-index]shard-reference Optional#
Environment variableTUIST_SHARD_REFERENCE
Explicit shard reference. Derived from environment variables for supported CI providers.
tuistxcodebuildtest-without-building--shard-reference[shard-reference]shard-archive-path Optional#
Environment variableTUIST_TEST_SHARD_ARCHIVE_PATH
Path to a locally managed shard archive. Tuist extracts this archive instead of downloading test products from remote storage.
tuistxcodebuildtest-without-building--shard-archive-path[shard-archive-path]inspect-mode Optional#
Environment variableTUIST_INSPECT_TEST_MODE
Inspect mode: 'local' parses the xcresult on this machine, 'remote' uploads it for server-side processing, 'off' skips test analysis entirely (no xcresult parsing, archiving, or upload — the Tests dashboard is not populated). When omitted, defaults to 'remote' for tuist-hosted instances and 'local' for self-hosted ones.
tuistxcodebuildtest-without-building--inspect-mode[inspect-mode]