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.