Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

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.