momentic
is installed as a devDependency in the root of your
repository.package.json
, Makefiles, and any other files in your codebase that reference momentic
to the latest 2.x
version.
momentic.config.yaml
to include feature flags, Git branch configuration, and AI agent settings.
--fix
flag.
install-browsers
command, add this command before any tests are executed.
You can determine which browsers to install by searching your codebase for the browserType
string. See the install-browsers command for more information.
momentic run
now saves all test results to a local directory called test-results
by default.
For the results to be available on Momentic Cloud, add a step to run the momentic results upload <folder>
command, supplying the path to the directory containing the local test results.
--report
and --no-report
flags are no longer supported.CI=true
to upload results is no longer necessary and can be removed from CI scripts.momentic import-from-cloud
is deprecated and replaced with momentic import
.momentic check-config
is deprecated and replaced with momentic check config
.momentic.config.yaml
file: