Cloud vs. CLI
Compare Momentic’s Cloud and CLI offerings to find the best fit for your team
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.
Property | Cloud | CLI |
---|---|---|
Version control | No | Store tests in GitHub and other SCM systems |
CI/CD integration | Yes | Yes |
Public deployment testing | Yes | Yes |
Private deployment testing | Yes with IP whitelist | Yes |
Local testing | Yes with tunnel | Yes |
Scheduled runs | Yes | Orchestrate with CI/CD |
Infrastructure | Provisioned and managed by Momentic | Self-hosted or managed by your team |
Analytics | Yes | Yes |
Custom reporting | No | JSON, JUnit, and Allure reports |
Notifications | Slack, PagerDuty, Opsgenie, any webhook-based system | Orchestrate 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