#test-report #html #cli

app rust_report

Generate an HTML report from Rust test results

9 releases

0.1.8 Jun 29, 2025
0.1.7 Jun 29, 2025

#2087 in Command line utilities

Download history

97 downloads per month

MIT license

11KB
201 lines

report

report is a simple Rust CLI tool that generates a clean, visual HTML test report by running a set of Rust test functions specified in a JSON file.


Features

  • Generates a visual HTML report:
  • Pie chart summary
  • Color-coded pass/fail table
  • Saves report to target/report/test_report.html

Dependencies

~2.3–3.5MB
~67K SLoC