regression-test-tracker
by jeremylongshorev1.0.0
Track and run regression tests to ensure new changes don't break existing functionality
Commands
track-regressionTrack and run regression tests for existing functionality
Documentation
# Regression Test Tracker Plugin Track and run regression tests to ensure new changes don't break existing functionality. ## Features - **Test tracking** - Mark critical tests for regression suite - **Automated execution** - Run before deployments - **Change impact analysis** - Identify affected tests - **Test history** - Pass/fail trends over time - **Flaky test detection** - Identify unreliable tests - **Fast execution** - Optimized test selection ## Installation ```bash /plugin install regression-test-tracker@claude-code-plugins-plus ``` ## Usage ```bash /track-regression # Run regression suite /track-regression --mark # Mark test as regression /reg # Shortcut ``` ## License MIT