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,7 @@
# References
Bundled resources for test-report-generator skill
- [ ] test_framework_api.md: API documentation for interacting with various test frameworks (pytest, JUnit, etc.).
- [ ] report_format_schema.json: JSON schema for the test report format.
- [ ] coverage_metrics_definition.md: Definitions of coverage metrics used in the test report (e.g., line coverage, branch coverage).