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