Skip to content

feat: Add HTML report generation for test results#153

Merged
AniketDev7 merged 1 commit intodevelopmentfrom
feat/html-report-generation
Feb 13, 2026
Merged

feat: Add HTML report generation for test results#153
AniketDev7 merged 1 commit intodevelopmentfrom
feat/html-report-generation

Conversation

@AniketDev7
Copy link

Add Python scripts to convert .trx test results to HTML reports:

  • generate_html_report.py: Basic HTML report with test summaries
  • generate_enhanced_html_report.py: Enhanced report with detailed test data
  • run-tests-with-report.sh: Automation script for running tests and generating reports

These scripts parse .trx files and generate interactive HTML reports with:

  • Test summary statistics (passed/failed/skipped)
  • Categorized test results
  • Error messages and stack traces
  • Visual pass rate indicators

Add Python scripts to convert .trx test results to HTML reports:
- generate_html_report.py: Basic HTML report with test summaries
- generate_enhanced_html_report.py: Enhanced report with detailed test data
- run-tests-with-report.sh: Automation script for running tests and generating reports

These scripts parse .trx files and generate interactive HTML reports with:
- Test summary statistics (passed/failed/skipped)
- Categorized test results
- Error messages and stack traces
- Visual pass rate indicators
@AniketDev7 AniketDev7 requested a review from a team as a code owner February 13, 2026 13:31
@AniketDev7 AniketDev7 requested a review from cs-raj February 13, 2026 13:31
@AniketDev7 AniketDev7 merged commit 4ddec58 into development Feb 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants