Queues dashboard-hosted tests or suites for cloud execution. Requires the tests to exist on Momentic dashboard.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
tests
Queue one or more individual tests.
Arguments
Names of the dashboard tests to queue. Pass multiple values separated by
spaces.
Common flags
Queue every test in the project instead of the paths passed as arguments.
Mutually exclusive with the
<tests...> argument.Environment to run the tests in. Overrides any environment configured on the
test itself. The base URL set on the test still takes precedence, use
--url-override to override it.Override the base URL of the test or environment. Useful for running against a
preview deployment.
Inputs
Custom headers to include in the test run. Specify multiple headers separated
by spaces.
CSV file containing input data for the tests. Each row is used as input for a
separate test run.
Waiting
Wait for the run to complete before exiting.
Maximum time to wait for the run to complete, in seconds. Defaults to
1800.
Requires --wait.suites
Queue one or more dashboard suites.
Arguments
Names of the suites to queue. Pass multiple values separated by spaces.
Options
Custom headers to include in the run.
Environment to run the suite in. The base URL on the suite still takes
precedence, use
--url-override to override.Override the base URL of the suite or environment.
Wait for the run to complete before exiting.
Maximum time to wait for the run to complete, in seconds. Defaults to
1800.
Requires --wait.