Momentic offers two primary ways to build and run tests: Momentic Cloud and Momentic CLI. Each has its own strengths and is suited for different use cases.

Comparison

Cloud is ideal for teams that want to get started quickly without worrying about infrastructure. It allows you to build and run tests directly in your browser, making it easy to monitor public-facing applications.

If you want to shift left and run tests as part of your development process, the CLI is the best choice. It allows you to run tests locally, store them in version control, and integrate them into your CI/CD pipelines seamlessly.

PropertyCloudCLI
Version controlNoStore tests in GitHub and other SCM systems
CI/CD integrationYesYes
Public deployment testingYesYes
Private deployment testingYes with IP whitelistYes
Local testingYes with tunnelYes
Scheduled runsYesOrchestrate with CI/CD
InfrastructureProvisioned and managed by MomenticSelf-hosted or managed by your team
AnalyticsYesYes
Custom reportingNoJSON, JUnit, and Allure reports
NotificationsSlack, PagerDuty, Opsgenie, any webhook-based systemOrchestrate with CI/CD

Next steps

CLI

For teams looking to store tests in source code management (SCM) and integrate into CI/CD using the CLI

Cloud

For teams looking to get started quickly and run tests without worrying about infrastructure