Skip to content

tuist test case list

Lists test cases for a project.

Arguments#

project Optional#

Environment variable TUIST_TEST_CASE_LIST_PROJECT

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

bash
tuist test case list --project [project]
tuist test case list -P [project]

path Optional#

Environment variable TUIST_TEST_CASE_LIST_PATH

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

bash
tuist test case list --path [path]
tuist test case list -p [path]

quarantined Optional#

Environment variable TUIST_TEST_CASE_LIST_QUARANTINED

Filter by quarantined test cases.

bash
tuist test case list --quarantined

no-quarantined Optional#

Environment variable TUIST_TEST_CASE_LIST_QUARANTINED

Filter by quarantined test cases.

bash
tuist test case list --no-quarantined

flaky Optional#

Environment variable TUIST_TEST_CASE_LIST_FLAKY

Filter by flaky test cases.

bash
tuist test case list --flaky

no-flaky Optional#

Environment variable TUIST_TEST_CASE_LIST_FLAKY

Filter by flaky test cases.

bash
tuist test case list --no-flaky

skip-testing Optional#

Environment variable TUIST_TEST_CASE_LIST_SKIP_TESTING

Output as xcodebuild -skip-testing arguments.

bash
tuist test case list --skip-testing

no-skip-testing Optional#

Environment variable TUIST_TEST_CASE_LIST_SKIP_TESTING

Output as xcodebuild -skip-testing arguments.

bash
tuist test case list --no-skip-testing

page Optional#

Environment variable TUIST_TEST_CASE_LIST_PAGE

The page number to fetch (1-indexed).

bash
tuist test case list --page [page]

page-size Optional#

Environment variable TUIST_TEST_CASE_LIST_PAGE_SIZE

The number of test cases per page. Defaults to 10.

bash
tuist test case list --page-size [page-size]

json Optional#

Environment variable TUIST_TEST_CASE_LIST_JSON

The output in JSON format.

bash
tuist test case list --json

no-json Optional#

Environment variable TUIST_TEST_CASE_LIST_JSON

The output in JSON format.

bash
tuist test case list --no-json