JSPM

@intentsolutionsio/regression-test-tracker

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q63571F
  • License MIT

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

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@intentsolutionsio/regression-test-tracker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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

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

    Usage

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

    License

    MIT