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]