momentic.config.yaml
Use a constant seed for Faker so randomly-generated
data is reproducible across runs. Useful for debugging. Default:
false.momentic.config.yaml
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
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