Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:41 +08:00
commit cab6ef63cd
11 changed files with 579 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for test-orchestrator skill
- [ ] test_selector.py: Script to intelligently select tests to run based on code changes, using git diff and test mapping.
- [ ] test_executor.py: Script to execute tests in parallel, managing dependencies and retrying flaky tests.
- [ ] report_generator.py: Script to generate test reports in various formats (JUnit, HTML).