# tuist test case show Shows information about a test case. ## Arguments ### test-case-identifier **Environment variable** `TUIST_TEST_CASE_SHOW_IDENTIFIER` The test case identifier. Either a UUID or the format Module/Suite/TestCase (or Module/TestCase). ```bash tuist test case show [test-case-identifier] ``` ### project `Optional` **Environment variable** `TUIST_TEST_CASE_SHOW_PROJECT` The full handle of the project. Must be in the format of account-handle/project-handle. ```bash tuist test case show --project [project] tuist test case show -P [project] ``` ### path `Optional` **Environment variable** `TUIST_TEST_CASE_SHOW_PATH` The path to the directory or a subdirectory of the project. ```bash tuist test case show --path [path] tuist test case show -p [path] ``` ### json `Optional` **Environment variable** `TUIST_TEST_CASE_SHOW_JSON` The output in JSON format. ```bash tuist test case show --json ``` ### no-json `Optional` **Environment variable** `TUIST_TEST_CASE_SHOW_JSON` The output in JSON format. ```bash tuist test case show --no-json ```