Skip to main content
Start the Momentic app.
npx momentic app [options]

Options

-c, --config <config>
string
Path to the Momentic configuration file. If not specified, it defaults to momentic.config.yaml in the current directory.
--disable-cache
boolean
Disable caching entirely. This will cause all steps to run without cached data, and not save caches after runs. This can result in slower test execution, but ensures that all steps are run fresh without stored data.
--save-cache
boolean
Always save updated step caches after successful test runs, even on the main Git branch and protected Git branches. Please see the cache saving eligibility documentation for more information.