-  Generating multiple reports and merging them:

.. code-block:: 

    verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -info "Config=T1" -html_report_location /path/to/report1
    verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -info "Config=T2" -html_report_location /path/to/report2
    ...
    verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -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
