momentic.config.yaml
boolean
Write eligible AI action V3 goals as bare strings when Momentic saves
simplified YAML. New projects created by the setup wizard,
momentic init,
and momentic-mobile init enable this setting. Existing projects without the
setting write act:.Only multi-word goals without additional step options use the bare form.
One-word goals remain under act: so names such as refresh and killApp
cannot be confused with registered bare commands.momentic.config.yaml
boolean
Use a constant seed for Faker so randomly-generated
data is reproducible across runs. Useful for debugging. Default:
false.momentic.config.yaml
boolean
Store separate step cache entries for each selected
environment. Default:
false (caches are shared across environments).Enable this when environments have meaningfully different DOM structures, mobile
screens, feature flags, or randomized element IDs that cause frequent cache
misses when shared. With isolation enabled, a cache learned with --env staging
will not replay for --env production.momentic.config.yaml
boolean
Save partial step caches when a test run is
cancelled or times out. Default:
false (caches are discarded on
cancellation).Without this flag, a run that is interrupted (via Ctrl+C, SIGTERM, or
--timeout-minutes) loses all cache progress from steps that already completed
successfully. Enable it to preserve that work so the next run can replay from
cache instead of starting from scratch.momentic.config.yaml