# tuist test case events Lists events for a test case (e.g. marked flaky, quarantined). ## Arguments ### test-case-identifier **Environment variable** `TUIST_TEST_CASE_EVENTS_IDENTIFIER` The test case identifier. Either a UUID or the format Module/Suite/TestCase (or Module/TestCase). ```bash tuist test case events [test-case-identifier] ``` ### project `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_PROJECT` The full handle of the project. Must be in the format of account-handle/project-handle. ```bash tuist test case events --project [project] tuist test case events -P [project] ``` ### path `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_PATH` The path to the directory or a subdirectory of the project. ```bash tuist test case events --path [path] tuist test case events -p [path] ``` ### page `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_PAGE` Page number for pagination. ```bash tuist test case events --page [page] ``` ### page-size `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_PAGE_SIZE` Number of events per page (default: 20, max: 100). ```bash tuist test case events --page-size [page-size] ``` ### json `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_JSON` The output in JSON format. ```bash tuist test case events --json ``` ### no-json `Optional` **Environment variable** `TUIST_TEST_CASE_EVENTS_JSON` The output in JSON format. ```bash tuist test case events --no-json ```