Skip to content

Add HTML report exporter with charts #29

@aviralgarg05

Description

@aviralgarg05

Summary

Add an HTML report exporter that generates a standalone, styled HTML file with interactive charts.

Tasks

  • Create SuiteResult.to_html(path) method.
  • Include summary stats, per-scenario tables, and metric charts (use inline JS/CSS or Chart.js CDN).
  • Make it self-contained (single HTML file).
  • Add tests verifying HTML structure.

Acceptance criteria

  • result.to_html("report.html") produces valid HTML.
  • Report renders correctly in modern browsers.
  • Charts display metric trends if multiple runs exist.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions