Initial commit
This commit is contained in:
8
skills/test-report-generator/scripts/README.md
Normal file
8
skills/test-report-generator/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user