This pull request adds HTML report generation to improve the reviewing of test results. HTML interface provides better visibility and understanding of test outcomes compared to console output.
Feature
Generates comprehensive HTML reports of test outcomes, including coverage metrics.
Provides functionality to inspect and analyze individual request, response and duration details.
Includes a comprehensive summary of the tests, incorporating total duration, failures, errors, and more.
Printable Test Coverage Report, customizability and more.
What: Implement HTML Report Generation
Why:
This pull request adds HTML report generation to improve the reviewing of test results. HTML interface provides better visibility and understanding of test outcomes compared to console output.
Feature
Checklist: