Skip to main content
testpilot report merge <dir1> <dir2> [dir3...] [flags]

Description

Merge multiple test reports from different directories into a single consolidated report. This is useful when you have run tests in parallel or across different environments and want to combine the results.

Examples

# Merge two report directories
testpilot report merge ./reports1 ./reports2

# Merge multiple report directories
testpilot report merge ./reports1 ./reports2 ./reports3

# Merge reports and save to a custom output directory
testpilot report merge ./reports1 ./reports2 --outdir ./merged-reports

Options

OptionDescription
-h, --helphelp for merge
--outdir stringDirectory in which to save the merged report (default “testpilot-out”)

SEE ALSO

I