Skip to main content
Advanced project-level settings. Most projects do not need these.
momentic.config.yaml
advanced:
  fakerConstantSeed: true
  isolateCachesByEnvironment: true
advanced.fakerConstantSeed
boolean
Use a constant seed for Faker so randomly-generated data is reproducible across runs. Useful for debugging. Default: false.
momentic.config.yaml
advanced:
  fakerConstantSeed: true
advanced.isolateCachesByEnvironment
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
advanced:
  isolateCachesByEnvironment: true