Commands
results
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.
- <folder>: The path to the folder containing test results generated by a
momentic run
invocation or by themomentic results merge
command.momentic run
saves local results to the folder specified by the--output-dir
option, which defaults totest-results
if unset.
merge
- <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.