Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for regression-test-tracker skill
- [ ] run_regression_tests.sh: Script to execute the regression test suite and report results.
- [ ] mark_test_as_regression.sh: Script to mark a specific test as part of the regression suite.
- [ ] analyze_test_history.py: Python script to analyze test history and identify flaky tests.