# tuist test case run show

Shows information about a test case run.

## Arguments

### test-case-run-id

**Environment variable** `TUIST_TEST_CASE_RUN_SHOW_ID`

The ID of the test case run to show.

```bash
tuist test case run show [test-case-run-id]
```

### project `Optional`

**Environment variable** `TUIST_TEST_CASE_RUN_SHOW_PROJECT`

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

```bash
tuist test case run show --project [project]
tuist test case run show -P [project]
```

### path `Optional`

**Environment variable** `TUIST_TEST_CASE_RUN_SHOW_PATH`

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

```bash
tuist test case run show --path [path]
tuist test case run show -p [path]
```

### json `Optional`

**Environment variable** `TUIST_TEST_CASE_RUN_SHOW_JSON`

The output in JSON format.

```bash
tuist test case run show --json
```

### no-json `Optional`

**Environment variable** `TUIST_TEST_CASE_RUN_SHOW_JSON`

The output in JSON format.

```bash
tuist test case run show --no-json
```
