# tuist test suite list Lists suite runs for a test run. ## Arguments ### test-run-id The ID of the test run. ```bash tuist test suite list [test-run-id] ``` ### project `Optional` The full handle of the project. Must be in the format of account-handle/project-handle. ```bash tuist test suite list --project [project] tuist test suite list -P [project] ``` ### path `Optional` The path to the directory or a subdirectory of the project. ```bash tuist test suite list --path [path] tuist test suite list -p [path] ``` ### status `Optional` Filter by status (success or failure). ```bash tuist test suite list --status [status] ``` ### module-name `Optional` Filter by module name. ```bash tuist test suite list --module-name [module-name] ``` ### page `Optional` The page number to fetch (1-indexed). ```bash tuist test suite list --page [page] ``` ### page-size `Optional` The number of suite runs per page. Defaults to 10. ```bash tuist test suite list --page-size [page-size] ``` ### json `Optional` The output in JSON format. ```bash tuist test suite list --json ```