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