Platform
Suites
Organizing and running collections of related tests
This page describes suites on Momentic Cloud. When running Momentic using the CLI, pre-defined suites are not required since you can queue groups of tests directly.
Overview
A test suite is a collection of tests that are typically related in some way - they might test the same feature, represent a specific user journey, or need to be run together for other reasons.
Suites help you:
- Organize tests logically
- Run multiple tests together
- Share common configuration between tests
- Schedule regular test runs
- Configure notifications for the entire group
Configuration
Environment settings
A suite can have a single default environment. This environment will be used when:
- The suite is ran manually without specifying an environment
- The suite is ran through scheduled execution
Individual tests can still override their environment through the Base URL option.
Test ordering
You can configure setup and teardown at the suite level. Please see this page for more information.
Was this page helpful?