Merge Example

Generating multiple reports and merging them:
 verissimo.sh -gen_html_report -info "Config=T1" -html_report_location /path/to/report1
 verissimo.sh -gen_html_report -info "Config=T2" -html_report_location /path/to/report2
 ...
 verissimo.sh -gen_html_report -info "Config=TN" -html_report_location /path/to/reportN

 # Merge the reports into a new HTML report
 verissimo.sh -merge /path/to/report1/verissimo_html_report -merge /path/to/report2/verissimo_html_report ... -merge /path/to/reportN/verissimo_html_report

 # Merge the reports into a new HTML report and generate the custom report for it
 verissimo.sh -merge /path/to/report1/verissimo_html_report -merge /path/to/report2/verissimo_html_report ... -merge /path/to/reportN/verissimo_html_report -gen_custom_report <FTL file> -custom_report_location /path/to/custom_report

Note

The resulting report will be placed in the current directory in a verissimo_html_report folder. You can change the location using html_report_location.