Regression Test Tracker Overview Track, manage, and maintain regression test suites across releases to ensure previously fixed bugs stay fixed and existing features remain stable. Maps regression tests to bug tickets, monitors test health over time, and identifies gaps where fixed bugs lack corresponding regression tests. Prerequisites - Test framework with tagging or marking support ( , , JUnit ) - Bug tracking system with issue IDs (GitHub Issues, Jira, Linear) - Git history accessible for correlating bug fixes with test additions - Existing test suite with named test cases - CI pipeline pr…