Project configuration
File inclusion
Choose which Momentic files to include in your project
You can customize how Momentic searches for relevant entities in your file system by defining custom include
and exclude
keys in the Momentic project configuration file. These keys can be set to an array of globs patterns that control what files to include and exclude respectively when resolving tests. These keys only affect commands that read from your local file system (e.g. run
, app
) and not those that only interact with Momentic Cloud (e.g. queue
).
Common library folders such as node_modules
, .git
, and .venv
are always excluded from search by Momentic.
Example configuration
Was this page helpful?