This quickstart guide will walk you through the process of building and running your first test on Momentic Cloud.

Cloud lets you build and run tests in your browser without requiring local development tools. It’s best for synthetic monitoring use-cases and teams that don’t want to worry about provisioning and maintaining infrastructure. You can test any app, including those behind a firewall or VPN. It does not have access to your local machine.

Log in

  1. Log in to your account
  2. Select Repository on the left sidebar

Create a test

Click on the Create test button in the top-right corner.

Name it example-test and set the URL to be https://practicetestautomation.com/practice-test-login/. This is a demo site that we use for testing purposes.

This will open the Editor, where you can add instructions in natural language. Click Run from start to execute the test live.

Changes are saved automatically, so you don’t need to worry about losing your work.

Run the test

You can run any tests you create by clicking on the Run button in the panel.

You can also schedule tests to run automatically at specific times or intervals using a cron expression. To do this, click on the Schedule test button in the panel and input the desired schedule.

Integrate with CI/CD

You can also trigger test runs from your CI/CD pipeline using the Momentic CLI. This allows you to run tests automatically on every commit or pull request.

npx momentic queue tests example-test