Prerequisites: These tests must exist locally as YAML files.
Arguments
The tests to list. If not specified, selects all tests in the current project.
You can specify multiple tests separated by spaces, test paths, or folder
paths. You can also pass substrings to match test names.
Options
Path to the Momentic configuration file. If not specified, it defaults to
momentic.config.yaml in the current directory.Only applicable when using Workspaces. Loads the
project with the specified name.
Run tests with the specified labels. This allows you to filter tests based on
assigned labels.
Only include tests that match the provided regex patterns. Multiple patterns
can be provided. The patterns will be matched against the test file paths and
the pattern only needs to match a part of the path for the test to be
included.
The opposite of
--include: a test that matches any of the provided regex
patterns will be excluded from running.