Skip to content

Translation 🌍

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

기여

tuist inspect test

Inspects the latest test results.

Arguments

path Optional

Environment variable TUIST_INSPECT_TEST_PATH

The path to the directory that contains the project to inspect the latest test results for.

bash
tuist inspect test --path [path]
tuist inspect test -p [path]

derived-data-path Optional

Environment variable TUIST_INSPECT_TEST_DERIVED_DATA_PATH

The path to the directory containing the project's derived data artifacts.

bash
tuist inspect test --derived-data-path [derived-data-path]

result-bundle-path Optional

Environment variable TUIST_INSPECT_TEST_RESULT_BUNDLE_PATH

The path to the result bundle (.xcresult) to inspect. If not provided, the most recent result bundle from the derived data directory will be used.

bash
tuist inspect test [result-bundle-path]

help Optional

Show help information.

bash
tuist inspect test -h
tuist inspect test --help

Released under the MIT License.