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.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
Tests to list, given as test file paths, directories, or test-name substrings.
Defaults to every test in the current project.
Common flags
Path to the Momentic configuration file. Defaults to
momentic.config.yaml in
the current directory.When using workspaces, load the project whose name
matches the filter.
Filtering
Only include tests with one of the specified labels.
Only include tests whose file path matches any of the provided regex patterns.
The pattern only needs to match part of the path.
Exclude tests whose file path matches any of the provided regex patterns.
Examples
List every test in the project:run: