How can we generate an HTML report of unit test or integration test after running cargo test in the Rust programming language?
As an Automation Tester, I've been working on an existing Rust Automation Testing Project which is running as Integration Test. Like Java and Maven, I also want to generate HTML reports for the results of automation test cases.