Manage local test results.

upload

Upload test results to Momentic Cloud. Upon success, a link to app.momentic.ai will be printed to the console.

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 if unset.

merge

npx momentic results merge [options] <folders...>
  • <folders…>: The test result folders to merge. You can specify multiple folders separated by spaces.

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