• Generate a diff report that shows all the new failures in the current report starting from the baseline report:

verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -info "Report=Baseline" -html_report_location /path/to/baseline_report -include_html_code
verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -info "Report=Current"  -html_report_location /path/to/current_report  -include_html_code

verissimo.sh -diff /path/to/current_report/verissimo_html_report -diff /path/to/baseline_report/verissimo_html_report -html_report_location /path/to/diff_report -info "Report=New Failures"