Files
gh-jeremylongshore-claude-c…/skills/test-orchestrator/scripts/README.md
2025-11-30 08:23:41 +08:00

384 B

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).