Tests: add navigation links for HTML test reports, and other tweaks

This commit is contained in:
Brecht Van Lommel
2019-06-25 19:48:14 +02:00
parent 0e327968a9
commit 51c6dfd7f0
6 changed files with 44 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ def main():
output_dir = args.outdir[0]
from modules import render_report
report = render_report.Report("Eevee Test Report", output_dir, idiff)
report = render_report.Report("Eevee", output_dir, idiff)
report.set_pixelated(True)
report.set_reference_dir("eevee_renders")
report.set_compare_engines('eevee', 'cycles')