rust_report 0.1.3

Generate an HTML report from Rust test results
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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`

------------------------------------------------