Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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 per environment. Default: false (caches are shared across environments).Enable this when environments have meaningfully different DOM structures or randomized element IDs that cause frequent cache misses when shared.
momentic.config.yaml
advanced:
  isolateCachesByEnvironment: true