Skip to content

Translation 🌍

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

기여

tuist hash selective-testing

Returns the hashes that will be used to persist targets' test results to select tests in future test runs.

Arguments

path Optional

Environment variable TUIST_HASH_CACHE_PATH

The path to the directory that contains the project whose tests will run selectively.

bash
tuist hash selective-testing --path [path]
tuist hash selective-testing -p [path]

passthrough-xcodebuild-arguments Optional

When running tests selectively through 'tuist xcodebuild test', the additional 'xcodebuild' arguments that you'd pass, some of which are hashed.

bash
tuist hash selective-testing [passthrough-xcodebuild-arguments]

help Optional

Show help information.

bash
tuist hash selective-testing -h
tuist hash selective-testing --help

Released under the MIT License.