Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:44 +08:00
commit 9b9d90f8d3
11 changed files with 541 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for test-report-generator skill
- [ ] aggregate_results.py: Aggregates test results from various frameworks (pytest, JUnit, etc.) into a unified data structure.
- [ ] generate_report.py: Generates test reports in various formats (HTML, PDF, JSON) based on the aggregated test results.
- [ ] analyze_trends.py: Analyzes test results over time to identify trends in coverage, pass rate, and duration.
- [ ] validate_config.py: Validates the configuration file for the test report generator to ensure it is properly formatted and contains all required information.