Skip to main content
Manage and upload test results.

upload

Upload test results to Momentic Cloud.
npx momentic results upload <folder>
  • <folder>: The path to the folder containing test results generated by a momentic run invocation or by the momentic results merge command. momentic run saves local results to the folder specified by the --output-dir option, which defaults to test-results.

merge

npx momentic results merge [options] <parent folder>
  • <parent folder>: The parent folder for the results to merge. This folder must contain only valid Momentic test outputs. For example, if you pass --output-dir test-results/results-1 to thee run command, your parent folder is test-results.

Options

--output-dir <outputDir>

The directory to output the merged results to. The folder will be overwritten if it already exists on disk.
npx momentic results merge --output-dir merged-output test-results/invocation1 test-results/invocation2