• Generate a compare report:

verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -html_report_location **/path/to/baseline_report** -include_html_code
verissimo.sh -cmd .dvt/default.build -ruleset verissimo_ruleset.xml -gen_html_report -html_report_location **/path/to/current_report**  -include_html_code

verissimo.sh -compare_current **/path/to/current_report/verissimo_html_report** -compare_baseline **/path/to/baseline_report/verissimo_html_report** -map type+current_path_pattern1=baseline_path_pattern1 -map type+current_path_pattern2=baseline_path_pattern2