Skip to content

Commit bd56593

Browse files
committed
feat: Add HTML report generation for test results
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
1 parent a9eaa96 commit bd56593

4 files changed

Lines changed: 1918 additions & 1 deletion

File tree

.talismanrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ fileignoreconfig:
2525
- filename: Contentstack.Core.Tests/RegionHandlerTest.cs
2626
checksum: 69899138754908e156aa477d775d12fd6b3fefc1a6c2afec22cb409bd6e6446c
2727
- filename: CHANGELOG.md
28-
checksum: bc17fd4cf564e524c686a8271033f8e6e7f5f69de8137007d1c72d5f563fe92a
28+
checksum: bc17fd4cf564e524c686a8271033f8e6e7f5f69de8137007d1c72d5f563fe92a
29+
- filename: Scripts/generate_html_report.py
30+
checksum: 343a6c4a3608e4506cd7c9de04f9246da304ff95d256a3215c2f0a2d37d4e4da
31+
- filename: Scripts/generate_enhanced_html_report.py
32+
checksum: 69de208724714fcb474e41e17c5e67a1f875b96e2cc479c71f03c38b7a8c3be9

0 commit comments

Comments
 (0)