znsio / specmatic

Turn your contracts into executable specifications. Contract Driven Development - Collaboratively Design & Independently Deploy MicroServices & MicroFrontends.
https://specmatic.io
MIT License
281 stars 52 forks source link

Implement HTML Report Generation #1229

Closed StarKhan6368 closed 3 months ago

StarKhan6368 commented 3 months ago

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

  1. Generates comprehensive HTML reports of test outcomes, including coverage metrics.
  2. Provides functionality to inspect and analyze individual request, response and duration details.
  3. Includes a comprehensive summary of the tests, incorporating total duration, failures, errors, and more.
  4. Printable Test Coverage Report, customizability and more.

Checklist: