The following AI settings can be configured at the project level. Note that individual tests can still override these settings:

  • failureRecovery: Whether or not Momentic should attempt failure recovery when running tests locally. Enabling this setting may increase the runtime of failing jobs by up to 2 minutes, delaying CI results. Defaults to false.
  • aiAction: Whether or not AI action are available in the editor. Defaults to false.

Example configuration

name: example-project
include:
  - "**/*.test.yaml"
  - "**/*.module.yaml"
ai:
  failureRecovery: false
  aiAction: true
[...]

Was this page helpful?