Back to browse
GitHub Repository

Run only the tests your diff can actually break — coverage-based test selection for Jest & Vitest that catches what static import graphs miss.

0 starsJavaScript

Testpick – run only the tests your Git diff can break

by Kazutaka_S·Jun 18, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainSolve My Problem

Coverage-based test selection catches runtime imports vitest --changed misses.

Strengths
  • Runtime coverage mapping catches dynamic imports static analysis can't see
  • Explain command shows exactly why each test was selected
  • Works across both Jest and Vitest without configuration changes
Weaknesses
  • Requires initial mapping step before first run
  • Narrow audience—only matters for teams with slow test suites
Target Audience

JavaScript/TypeScript developers with slow CI pipelines

Similar To

vitest --changed · jest --onlyChanged · Nx affected tests

Similar Projects