Skip to main content
Prints one test file path per line for every test in the current project that matches the provided filters. Intended to be piped into other commands. Requires tests to exist locally as YAML files.

Arguments

array
Tests to list, given as test file paths, directories, or test-name substrings. Defaults to every test in the current project.

Common flags

string
Path to the Momentic configuration file. Defaults to momentic.config.yaml in the current directory.
string
When using workspaces, load the project whose name matches the filter.

Filtering

array
Only include tests with one of the specified labels.
array
Only include tests whose file path matches any of the provided regex patterns. The pattern only needs to match part of the path.
array
Exclude tests whose file path matches any of the provided regex patterns.

Examples

List every test in the project:
List tests under a specific folder:
List tests then pipe into run: