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 @@
# References
Bundled resources for regression-test-tracker skill
- [ ] regression_test_best_practices.md: Document outlining best practices for writing and maintaining regression tests.
- [ ] test_selection_strategies.md: Document detailing different strategies for selecting tests for the regression suite (e.g., based on code changes).
- [ ] flaky_test_detection_methods.md: Document describing methods for identifying and handling flaky tests.