Skip to content

tuist test show

Shows information about a test run.

Arguments

test-run-id

Environment variable TUIST_TEST_SHOW_ID

The ID of the test run to show.

bash
tuist test show [test-run-id]

project Optional

Environment variable TUIST_TEST_SHOW_PROJECT

The full handle of the project. Must be in the format of account-handle/project-handle.

bash
tuist test show --project [project]
tuist test show -P [project]

path Optional

Environment variable TUIST_TEST_SHOW_PATH

The path to the directory or a subdirectory of the project.

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

json Optional

Environment variable TUIST_TEST_SHOW_JSON

The output in JSON format.

bash
tuist test show --json

no-json Optional

Environment variable TUIST_TEST_SHOW_JSON

The output in JSON format.

bash
tuist test show --no-json

help Optional

Show help information.

bash
tuist test show -h
tuist test show --help

Released under the MIT License.