Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

tuist xcodebuild test

tuist xcodebuild test extends the xcodebuild CLI test action with insights and selective testing capabilities.

Arguments

passthrough-xcodebuild-arguments Optional

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

bash
tuist xcodebuild test [passthrough-xcodebuild-arguments]

help Optional

Show help information.

bash
tuist xcodebuild test -h
tuist xcodebuild test --help

Released under the MIT License.