regression-test-tracker

v1.26.0 by Jeremy Longshore

Track and run regression tests to ensure new changes don't break existing functionality

MIT License

Installation

Open Claude Code and run this command:

/plugin install regression-test-tracker@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

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

Skills (1)

tracking-regression-tests View full skill →

'Track and manage regression test suites across releases.

ReadWriteEditGrepGlobBash(test:regression-*)

How It Works


/track-regression           # Run regression suite
/track-regression --mark    # Mark test as regression
/reg                       # Shortcut

Ready to use regression-test-tracker?