# tuist test module list Lists module runs for a test run. ## Arguments ### test-run-id The ID of the test run. ```bash tuist test module 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 module list --project [project] tuist test module list -P [project] ``` ### path `Optional` The path to the directory or a subdirectory of the project. ```bash tuist test module list --path [path] tuist test module list -p [path] ``` ### status `Optional` Filter by status (success or failure). ```bash tuist test module list --status [status] ``` ### page `Optional` The page number to fetch (1-indexed). ```bash tuist test module list --page [page] ``` ### page-size `Optional` The number of module runs per page. Defaults to 10. ```bash tuist test module list --page-size [page-size] ``` ### json `Optional` The output in JSON format. ```bash tuist test module list --json ```